{"id":27968830,"url":"https://github.com/dxcweb/fs-upload","last_synced_at":"2025-10-23T20:48:52.668Z","repository":{"id":57242379,"uuid":"86781972","full_name":"dxcweb/fs-upload","owner":"dxcweb","description":"截图后粘贴、拖拽和点击上传预览，图片压缩。","archived":false,"fork":false,"pushed_at":"2017-11-28T05:54:39.000Z","size":424,"stargazers_count":10,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-05-07T21:07:16.492Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dxcweb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-03-31T05:38:54.000Z","updated_at":"2023-04-06T02:30:58.000Z","dependencies_parsed_at":"2022-09-09T04:00:38.077Z","dependency_job_id":null,"html_url":"https://github.com/dxcweb/fs-upload","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dxcweb%2Ffs-upload","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dxcweb%2Ffs-upload/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dxcweb%2Ffs-upload/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dxcweb%2Ffs-upload/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dxcweb","download_url":"https://codeload.github.com/dxcweb/fs-upload/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252954425,"owners_count":21830905,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-05-07T21:07:21.610Z","updated_at":"2025-10-23T20:48:47.621Z","avatar_url":"https://github.com/dxcweb.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# fs-upload\n截图后粘贴、拖拽和点击上传预览，图片压缩。\n## install\n\n```\nnpm install fs-upload --save\n```\n## Development\n\n```\nnpm install\nnpm start\n```\n## Example\n[http://github.dxcweb.com/fs-upload/](http://github.dxcweb.com/fs-upload/ \"http://github.dxcweb.com/fs-upload/\")\n\n## API\n\u003ctable class=\"table table-bordered table-striped\"\u003e\n \u003cthead\u003e\n    \u003ctr\u003e\n      \u003cth style=\"width: 100px;\"\u003eName\u003c/th\u003e\n      \u003cth style=\"width: 50px;\"\u003eType\u003c/th\u003e\n      \u003cth\u003eDefault\u003c/th\u003e\n      \u003cth\u003eDescription\u003c/th\u003e\n    \u003c/tr\u003e\n  \u003c/thead\u003e\n\u003ctbody\u003e\n    \u003ctr\u003e\n      \u003ctd\u003epaste\u003c/td\u003e\n      \u003ctd\u003eBool\u003c/td\u003e\n      \u003ctd\u003etrue\u003c/td\u003e\n      \u003ctd\u003e是否支持粘贴\u003c/td\u003e\n    \u003c/tr\u003e\n     \u003ctr\u003e\n      \u003ctd\u003edrop\u003c/td\u003e\n      \u003ctd\u003eBool\u003c/td\u003e\n      \u003ctd\u003etrue\u003c/td\u003e\n      \u003ctd\u003e是否支持拖拽\u003c/td\u003e\n    \u003c/tr\u003e\n\t\u003ctr\u003e\n      \u003ctd\u003edomain\u003c/td\u003e\n      \u003ctd\u003eString\u003c/td\u003e\n      \u003ctd\u003edocument\u003c/td\u003e\n      \u003ctd\u003e域 document或者self 指drop或paste在什么域上\u003c/td\u003e\n    \u003c/tr\u003e\n\t\u003ctr\u003e\n      \u003ctd\u003eallow\u003c/td\u003e\n      \u003ctd\u003eString\u003c/td\u003e\n      \u003ctd\u003eimage\u003c/td\u003e\n      \u003ctd\u003e允许上传文件格式 比如:image或者image|zip\u003c/td\u003e\n    \u003c/tr\u003e\n\t\u003ctr\u003e\n      \u003ctd\u003eonError\u003c/td\u003e\n      \u003ctd\u003eFunction\u003c/td\u003e\n      \u003ctd\u003enull\u003c/td\u003e\n      \u003ctd\u003e类型错误时调用参数（msg, type）\u003c/td\u003e\n    \u003c/tr\u003e\n\t\u003ctr\u003e\n      \u003ctd\u003eonChange\u003c/td\u003e\n      \u003ctd\u003eFunction\u003c/td\u003e\n      \u003ctd\u003enull\u003c/td\u003e\n      \u003ctd\u003e输入参数files\u003c/td\u003e\n    \u003c/tr\u003e\n\u003c/tbody\u003e\n\u003c/table\u003e","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdxcweb%2Ffs-upload","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdxcweb%2Ffs-upload","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdxcweb%2Ffs-upload/lists"}