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

Its passing the actual filename, even though I am changed the filename via code #77

Closed yogeshsharma89 closed 9 years ago

yogeshsharma89 commented 9 years ago

I have customized the filename using this --

$Upload->newFileName = 'customFileName.'.$ext;

It saves perfectly to the upload folder with modified name, but it's still passing the original file name to the front end. Please let me know how can I return the modified filename to my front end. Thanks

LPology commented 9 years ago

Can you post the code you're using?