Default error reason: XHR returns response code 0

I am trying to use fineuploader to upload an image to a full url ( http://website.net/folder1/folder2/ ). However, I am getting this error:

error on file number x - <file name>. Reason: XHR returned response code 0

      

Any ideas?: D

+3


source to share


1 answer


Either you are trying to make a cross-lookup request without returning the proper CORS headers to the server (or in a browser that does not support CORS), or the response is returning completely empty due to a network error or some browser extension might be messing with the request. You have not provided any information about your situation at all, so this is the only answer I can offer.



0


source







All Articles