Can not delete picture file which upload (v10)

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
playstorm
User
Posts: 27

Can not delete picture file which upload (v10)

Post by playstorm »

I just update to V10 and I have some problem after I upload picture file to my record it has Delete button appear next of my picture that was upload
but if I click delete ,It's not delete my picture or have something happen.

Please help me.


Webmaster
User
Posts: 9430

Post by Webmaster »

That means there probably are JavaScript errors.

Check JavaScript and XHR error in your browser and post the errors.


playstorm
User
Posts: 27

Post by playstorm »

O.K. after I check It showed like this.

Failed to load resource: the server responded with a status of 405 (Method Not Allowed)
htt://localhost/test/ewupload10.php?id=x_Pic1&file=images.jpg

How can i fix this?

(I use IIS 7)


Webmaster
User
Posts: 9430

Post by Webmaster »

jQuery File Upload uses DELETE request type (not GET/POST), configure your web server to allow DELETE.


Post Reply