My server returns status code for upload (201) with empty body. I can upload data to server but then onComplete callback is fired i get
Error when attempting to parse xhr response text (SyntaxError: Unexpected end of input)
FineUploader expects JSON response which i did not provide, is there any way (except manualy modify FinneUploader JS file) to tell FineUploader not to attempt parse response and just check for valid status?