M

Results 14 comments of M
trafficstars

A request is never made to a valid URL, but the endpoint would return valid JSON. If I use the HTML above I get the stack trace posted. If I...

If I set url to `media/upload`, it attempts to make a connection to `http://localhost:8080/product/4/media/upload`, which does not exist. If I set url to `/media/upload` or `http://localhost:8080/media/upload` I get the `Uncaught...

I understand now. I am using a Laravel package for chunked uploads, and it was setup for `blueimp/jQuery-File-Upload`. If I manually override the response below it works: ````JSON { "success"...

What response is expected after a successful chunk upload?