{"id":22724268,"url":"https://github.com/niceue/nice-uploader","last_synced_at":"2025-04-13T17:52:13.189Z","repository":{"id":9540788,"uuid":"11445028","full_name":"niceue/nice-uploader","owner":"niceue","description":"Multiple file upload jQuery plugin with progress-bar, using html5 and flash technology.","archived":false,"fork":false,"pushed_at":"2014-10-23T15:25:21.000Z","size":808,"stargazers_count":47,"open_issues_count":5,"forks_count":24,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-03-27T08:48:21.920Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://niceue.com/uploader/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/niceue.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-07-16T08:56:13.000Z","updated_at":"2020-06-05T05:08:08.000Z","dependencies_parsed_at":"2022-09-25T08:23:44.595Z","dependency_job_id":null,"html_url":"https://github.com/niceue/nice-uploader","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niceue%2Fnice-uploader","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niceue%2Fnice-uploader/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niceue%2Fnice-uploader/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/niceue%2Fnice-uploader/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/niceue","download_url":"https://codeload.github.com/niceue/nice-uploader/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248758446,"owners_count":21156957,"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":"2024-12-10T14:15:34.114Z","updated_at":"2025-04-13T17:52:13.168Z","avatar_url":"https://github.com/niceue.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Uploader\nMultiple file upload jQuery plugin with progress-bar, using html5 and flash technology.\n\n\n### Usage\nInclude resources:\n``` html\n\u003clink rel=\"stylesheet\" href=\"path/to/jquery.uploader.css\"\u003e\n\u003cscript type=\"text/javascript\" src=\"path/to/jquery.uploader.js\"\u003e\u003c/script\u003e\n```\n\nInitialization：\n``` js\n$(\"#upload_btn\").uploader({\n    action: 'upload.php',\n    onSuccess: function(){\n        //do something..\n    }\n});\n```\n\n### Documention\n[简体中文](http://niceue.com/uploader/)\n\n### API\n\n- `mode`: \"html5\"\n- `action`: \"\"\n- `name`: \"file\"\n- `formData`: null `{object|function}`\n- `multiple`: false\n- `auto`: true  \n- `showQueue`: false\n- `fileSizeLimit`: 0\n- `fileTypeDesc`: \"\"\n- `fileTypeExts`: \"\"\n- `onInit`: noop\n- `onClearQueue`: noop\n- `onSelected`: noop\n- `onCancel`: noop\n- `onError`: noop\n- `onStart`: noop\n- `onProgress`: noop\n- `onSuccess`: noop\n- `onComplete`: noop\n- `onAllComplete`: noop\n- `onMouseOver`: noop\n- `onMouseOut`: noop\n- `onMouseClick`: noop\n- `onAddQueue`: default function\n\n\n##### Begin upload \n`$(\"#upload_btn\").uploader(\"start\");`\n\n##### Cancel upload first file \n`$(\"#upload_btn\").uploader(\"cancel\", 0);`\n\n##### Cancel upload all files \n`$(\"#upload_btn\").uploader(\"cancel\", \"*\");`\n\n\n### Dependencies\n[jQuery 1.7+](http://jquery.com)\n\n### Browser Support\n  * IE6+\n  * Chrome\n  * Safari 4+\n  * Firefox 3.5+\n  * Opera\n\n\n### Bugs / Contributions\n- [Report a bug](https://github.com/niceue/uploader/issues)\n- To contribute or send an idea, github message me or fork the project\n\n\n### Build\nUploader use [UglifyJS2](https://github.com/mishoo/UglifyJS) \nyou should have installed [nodejs](nodejs.org) and run `npm install uglify-js -g`.\n\n  \n### License\n[MIT License](https://github.com/niceue/uploader/blob/master/LICENSE.txt).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniceue%2Fnice-uploader","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fniceue%2Fnice-uploader","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fniceue%2Fnice-uploader/lists"}