{"id":29215474,"url":"https://github.com/aackerman/filestream","last_synced_at":"2025-07-03T00:09:51.359Z","repository":{"id":6753287,"uuid":"7999757","full_name":"aackerman/filestream","owner":"aackerman","description":"Streaming files to the server","archived":false,"fork":false,"pushed_at":"2013-02-10T19:07:21.000Z","size":163,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-04-15T03:02:15.680Z","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/aackerman.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":"2013-02-04T02:22:37.000Z","updated_at":"2013-10-06T08:27:14.000Z","dependencies_parsed_at":"2022-09-17T22:13:50.332Z","dependency_job_id":null,"html_url":"https://github.com/aackerman/filestream","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/aackerman/filestream","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aackerman%2Ffilestream","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aackerman%2Ffilestream/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aackerman%2Ffilestream/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aackerman%2Ffilestream/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/aackerman","download_url":"https://codeload.github.com/aackerman/filestream/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/aackerman%2Ffilestream/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263234966,"owners_count":23434922,"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-07-03T00:09:50.536Z","updated_at":"2025-07-03T00:09:51.324Z","avatar_url":"https://github.com/aackerman.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"filestream\n==========\n\nSending and Streaming files from the client to the server\n\n## Usage\n```js\nvar promise = filestream({\n\tel: document.getElementById('filestream'),\n\turl: '/upload'\n});\n\npromise.then(function(){\n\tconsole.log('File Uploaded!');\n});\n\npromise.progress(function(progress){\n\tconsole.log(progress);\n});\n```\n\nStyle the filestream element as you wish and drag and drop files to upload to the server.\n\nThe element given to the `filestream` method adds a drop event to the element. When a file or files are dropped on the element the files are sent via xhr to the supplied url.\n\nNote: Promises returned do not attempt to adhere to the Promises/A+ spec.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faackerman%2Ffilestream","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faackerman%2Ffilestream","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faackerman%2Ffilestream/lists"}