n99
n99

Reputation: 421

jquery fileupload Basic plugin and deleteing files

I'm implement this basic plugin https://github.com/blueimp/jQuery-File-Upload/wiki/Basic-plugin. and it uploads file.

However for the life of me, I can't add any delete functionailty. I have looked through the full plugin and googled and looked at other people implementations and am stumpted.

Has anyone managed this? It would be great for the basic plugin page above to add this as a "How To"

Cheers for any help

Upvotes: 0

Views: 90

Answers (1)

Nigel Horne
Nigel Horne

Reputation: 53

Check your webhost hasn't disabled the DELETE method.

Upvotes: 1

Related Questions