{"id":16410579,"url":"https://github.com/skipperbent/jquery.async.upload","last_synced_at":"2026-05-17T10:35:29.375Z","repository":{"id":140080997,"uuid":"48136689","full_name":"skipperbent/jquery.async.upload","owner":"skipperbent","description":"Simple, lightweight jQuery plugin that enables async upload of files.","archived":false,"fork":false,"pushed_at":"2016-01-14T10:23:01.000Z","size":9,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-17T10:24:20.456Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","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/skipperbent.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":"2015-12-16T21:39:56.000Z","updated_at":"2024-01-04T15:47:07.000Z","dependencies_parsed_at":"2023-03-17T23:15:33.108Z","dependency_job_id":null,"html_url":"https://github.com/skipperbent/jquery.async.upload","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/skipperbent/jquery.async.upload","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skipperbent%2Fjquery.async.upload","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skipperbent%2Fjquery.async.upload/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skipperbent%2Fjquery.async.upload/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skipperbent%2Fjquery.async.upload/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skipperbent","download_url":"https://codeload.github.com/skipperbent/jquery.async.upload/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skipperbent%2Fjquery.async.upload/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33135088,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T09:28:26.183Z","status":"ssl_error","status_checked_at":"2026-05-17T09:27:52.702Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-10-11T06:43:19.492Z","updated_at":"2026-05-17T10:35:29.354Z","avatar_url":"https://github.com/skipperbent.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jquery.async.upload\nSimple, lightweight jQuery plugin that enables async file upload.\n\n## Example\n\n```html\n\u003cform\u003e\n\t\u003cinput type=\"file\" name=\"image\" id=\"picture\" /\u003e\n\u003c/form\u003e\n\n\u003cscript\u003e\n\t$(document).ready(function() {\n\t\t$('#picture').asyncUpload({\n\t\t      postUrl: '/file/upload-image', \n\t\t      onComplete: function(response) {\n\t\t        // Triggers when file has been uploadet\n\t\t      },\n\t\t      onError: function(errors) {\n\t\t        // Triggers when an error occur \n\t\t      },\n\t\t      onLoad: function() {\n\t\t        // Triggers when the hidden form has been loaded\n\t\t      },\n\t\t      onFileChange: function() {\n\t\t        // Triggers when file has been chosen or changed\n\t\t      }\n\t    });\n\t});\n\u003c/script\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskipperbent%2Fjquery.async.upload","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskipperbent%2Fjquery.async.upload","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskipperbent%2Fjquery.async.upload/lists"}