Re: Upload file to server using HTTP
Posted By:
Anonymous
Posted On:
Thursday, August 31, 2006 09:55 AM
Yes its possible - most common would be a POST with multipart/form-data. But HTTP PUT also exists.
If you didn't know it was possible how are you creating an application that does it? This should point you in the right direction, take the time to learn how to do it, you will be a better developer for it.