weixiyen / jquery-filedrop

jQuery plugin - drag and drop desktop files and POST to a URL to handle files.
958 stars 285 forks source link

Fix for empty opts.data #113

Closed hx closed 11 years ago

hx commented 11 years ago

Fixes cases where opt.data is an empty hash. params would contain a single blank string, causing "undefined" to show up in the post body, eg:

--------multipartformboundary1361198653141 Content-Disposition: form-data; name=""

undefined