sroze / backbone-upload-manager

An upload manager written using Backbone.js
105 stars 35 forks source link

Add formData to FileUpload options #3

Closed pekastel closed 10 years ago

pekastel commented 10 years ago

By sending formData we can add additional data with each file upload, that could be very useful when handling the upload at the server side.

sroze commented 10 years ago

Sure, thank you very much ! Could you add a little paragraph about this option usage in the documentation ? (in gh-pages branch)