Skip to content

spencercarli/meteor-file-upload-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meteor File Upload Demo

A demo made for Meteor night school to showcase a simple file upload implementation.

Get Started

git clone https://github.com/spencercarli/meteor-file-upload-example.git

cd meteor-file-upload-example && meteor

Packages used

vsivsi:file-collection

Notes/ Issues

  • Resumable.js may cause a 404 (Not Found) error in your console. This is expected and nothing to be concerned about.
  • There seems to be an issue with uploading multiple times on a page without refreshing. Haven't looked into it yet. If you run into this either refresh the window or run Photos.resumable.assignBrowse($('#upload-file')); in your browser console.
  • This is not a good example of proper allow/deny rules for a Meteor collection.

About

Demo made for Meteor night school

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published