danielm / uploader

A lightweight and very configurable jQuery plugin for file uploading using ajax(a sync); includes support for queues, progress tracking and drag and drop.
https://danielmg.org/demo/java-script/uploader
MIT License
1.17k stars 384 forks source link

characters in a string within extraData are changed. #49

Closed hay12396 closed 8 years ago

hay12396 commented 8 years ago

Hello,

When i'm passing characters such as '+' in a string within the extraData, it is getting swapped to '& # x 2 B; '(its hex valud - without spaces), is there anyway to disable this swapping?