Is there a way to upload a file to https server via PUT method without a server side script to handle the request? I configured the server, but if I try this request, I get 405 error (The requested method PUT is not allowed for the URL).
Thanks
You'd need to enable something like WebDav if you don't provide your own way to process a PUT. The core of the server don't write out files.