Skip to content

My implementation for uploading via POST route (Meteor Files, Multer, Picker)

Notifications You must be signed in to change notification settings

noris666/Meteor-Files-POST-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Meteor-Files-POST-Example

My implementation for uploading via POST route (Meteor Files, Multer, Picker) You can check test route /api/v1/upload and send POST file field named 'photo'. If you want replace field name you need find this string Picker.middleware(_multerInstance.single('photo'));

Meteor packages

  • meteorhacks:picker
  • ostrio:files

Node packages

  • fs
  • multer

About

My implementation for uploading via POST route (Meteor Files, Multer, Picker)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published