{"id":16696369,"url":"https://github.com/gbevan/upload","last_synced_at":"2025-10-26T07:38:07.774Z","repository":{"id":85850101,"uuid":"59300194","full_name":"gbevan/upload","owner":"gbevan","description":"fork of https://git.mean.io/orit/upload.git","archived":false,"fork":false,"pushed_at":"2017-10-11T16:20:13.000Z","size":574,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-14T02:14:37.414Z","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/gbevan.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-05-20T14:20:04.000Z","updated_at":"2016-05-20T14:27:33.000Z","dependencies_parsed_at":"2023-03-06T20:45:46.677Z","dependency_job_id":null,"html_url":"https://github.com/gbevan/upload","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/gbevan/upload","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gbevan%2Fupload","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gbevan%2Fupload/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gbevan%2Fupload/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gbevan%2Fupload/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gbevan","download_url":"https://codeload.github.com/gbevan/upload/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gbevan%2Fupload/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":281074242,"owners_count":26439421,"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","status":"online","status_checked_at":"2025-10-26T02:00:06.575Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-12T17:27:59.799Z","updated_at":"2025-10-26T07:38:07.743Z","avatar_url":"https://github.com/gbevan.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"Mean-upload lets you upload multiple files to your mean.io based app and use them.\nThe package provides a directive called mean-upload which renders the file picker.\n\n### Installation\nIn the root of your meanio site, run:\n```\nmean install upload\n```\n\n#### gbevan fork\n```\nmkdir packages/contrib\ncd packages/contrib\ngit clone https://github.com/gbevan/upload.git\ncd upload\nnpm install\n```\n\n### Callbacks\nThe package provides two callbacks:\n- uploadFileCallback: Fires when each file is successfuly uploaded\n- uploadFinished: Fires once All of the files have been uploaded.\n\n### Usage\nTo use it just integrate the folowing directive in to your angular view...\n\n```HTML\n\u003cmean-upload file-dest=\"'/packages/files/'\"\nupload-callback=\"uploadFinished(files)\"\nupload-file-callback=\"uploadFileCallback(file)\"\u003e\n\u003c/mean-upload\u003e\n\u003cdiv data-ng-repeat=\"img in images\"\u003e\n    \u003cimg data-ng-src=\"{{img.src}}\" alt=\"\"\u003e\n\u003c/div\u003e\n```\n\n### Directive attributes\nfile-dest = Default destination on server to upload the files to\nupload-callback = Default name of all files uploaded callback\nupload-file-callback = Default name for each file upload completion\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgbevan%2Fupload","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgbevan%2Fupload","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgbevan%2Fupload/lists"}