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??