HTTP PUT a file

Posted by myforwik on Stack Overflow See other posts from Stack Overflow or by myforwik
Published on 2010-05-05T00:06:05Z Indexed on 2010/05/05 0:18 UTC
Read the original article Hit count: 213

Filed under:
|
|

Does anyone have code of a simple web browser file/script (HTML/javascript/whatever) that can upload a user selected file to a server using HTTP PUT?

Everything I keep reading says that browsers do support HTTP put, but just not through any scripting?!

What is the most common way to upload a file then? Using post??

© Stack Overflow or respective owner

Related posts about http

Related posts about fileupload