Quilmes-FileFieldView


FileFieldView just works as a wrapper for file field with cross-browser extension.

It could works with SC.Store backend integration.

 

Backend Integration

Maybe FileFieldView should not on its own integrate with any backend. Instead, autogenerated forms, etc. could handle this logic. Otherwise, logic of where to send the file, etc., would be provided with uploadURL.

 

The FileFieldView would show the actual <input type="file"> in an iframe, most likely, and would track upload progress through an optional delegate or something like that, perhaps?

 

Again, auto-generated forms and even the model could perhaps be told what kind of back-end they are dealing with.

 

With Other Data

How could one allow uploading multiple files, in separate iframes, all to one URL at the same time?