LPology / Simple-Ajax-Uploader

Javascript file upload plugin with progress bar support. Works in all major browsers, including IE7+, Chrome, Firefox, Safari, and Opera. No dependencies - use it with or without jQuery.
995 stars 267 forks source link

setData() method #55

Closed RSBB closed 8 years ago

RSBB commented 10 years ago

I'm fairly new to js and am unable to get the setData(data) method to work with onSubmit(). Could you provide an example of how to use the setData(data) method to change data before submission? All other Uploader functionallity works great. Thanks for your efforts.

RSBB commented 10 years ago

Use this.setData(data) not just setData(data)