iis - FineUploader Delete File error when on Production Server -


i'm using fineuploader upload , delete files. upload process works fine on production server. when tried delete file error 500. i've checked permission , looks good.

note: locally upload/delete process work fine. issue occurs when push code production server. i'm using iis 7.5 , https url.

does know cause error 500?

a 500 doesn't mean server not support specific request method. 405. likely, code server-side tripping on request. it's hard specific problem without having access server. you'll need track request after hits server , see what, specifically, rejecting request 500.

forcing delete file feature use delete method has been headache users. i've created enhancement request allow integrators, such yourself, change method used delete file requests post. see case #831 in github repo more details.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -