jquery-filedrop icon indicating copy to clipboard operation
jquery-filedrop copied to clipboard

Filedrop should not assume you send back JSON formatted string

Open bertoost opened this issue 11 years ago • 0 comments

Filedrop is great! Only (at least) the finish callback does the $.parseJSON already. I think it's not up to Filedrop to assume JSON is being returned from the ajax request. It should just pass the responseText without the parseJSON() and not assume it's a JSON format. This should be up to the end user (we! the developers! hehe).

bertoost avatar Oct 03 '13 09:10 bertoost