
How to upload binary files using HTTP
Hi,
I want to be able to uplaod a binary file to web server from Client's computer
using HTTP.
Is there a way ?
I can upload text files but when I try to upload binary file, file gets created
on the server but information does not get appended to it. It creates file with 0
bytes.
If possible I like to stay away from third party controls.
Any idea ?
Thanks in advance.
Chirag Mehta