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

Querystring are followed after url while post method #109

Closed yjk891 closed 8 years ago

yjk891 commented 9 years ago

I set up "Var uploader" instantiated by ss.SimpleUpload. Also method is 'post'.

When i tracked down request path by google developers, queryString is right after url. By any chance, is there any option not to put query string after request url?

LPology commented 8 years ago

I know this is an old question, but the answer is just to set noParams: true in your Javascript settings. By default, it's false, which adds query string params to the URL.