Meteor-Community-Packages / Meteor-CollectionFS

Reactive file manager for Meteor
MIT License
1.05k stars 237 forks source link

Attach File from CollectionFS to Multipart Form Data #538

Open shividhar opened 9 years ago

shividhar commented 9 years ago

I'm using Restler.js to send my form data and requests. In order to convert a file I need to send it first. I used to use the normal CollectionFS but since I didn't want any data stored locally, I decided to use the CFS-S3. But now I don't know how to send the file over.

raix commented 9 years ago

So we have talked about supporting regular form uploads - its not always trivial but it might come as a package for cfs - but no eta