Hi, I need to upload files to webserver (Tomcat, ISS or any other ) though HTTP protocol using HttpUrlConnection. Is it possible to upload files without having any listener script on the server ? If yes, how ? In my case, client can have any webserver setup and its difficult ask client to install such listener script. Is there any other ...