PHP upload file using PUT instead of POST
- by Marco Demaio
I read something about this on PHP docs, but it's not celar to me:
Do the most widely used browsers (IE, FF, Chrome, Safari, Opera, ...) support this PUT method to uplaod files?
What HTML should I write to make the browser call the server via PUT request. I mean do I need to write a FORM with an INPUT file field and just replace the attribute…