kostysh / File-uploading-component-for-Sencha-Touch

Ext.Button based component for uploading files in Sencha Touch apps without page refresh
51 stars 26 forks source link

Provide the ability to add additional POST params along with the file. #7

Closed travist closed 11 years ago

travist commented 11 years ago

I am working on integrating this project with a backend that has a predefined API for file uploads. I am running into an issue because I am unable to add additional POST params along with the file upload that are required by my backend. I would prefer to just make this an additional setting on this project.

Here is a patch that basically does what I want.

Thanks.

travist commented 11 years ago

This turned out to not be the solution I needed. It would be better to provide facilities to override the form post data in a derived class. Closing this pull request and will open new once I get that piece done.