Im trying to use the webclient.upload method to upload a PDF file to a web server and it seems that the .upload method corrupts and shortens the length of the PDF. Does anyone have any source that works?
Thanks
Printable View
Im trying to use the webclient.upload method to upload a PDF file to a web server and it seems that the .upload method corrupts and shortens the length of the PDF. Does anyone have any source that works?
Thanks
Not sure if this will handle your problem... but since a PDF is just any ordinary file... it should work..
Here's a message forum post relating to your problem:
http://www.dotnet247.com/247referenc...23/118293.aspx
Here's an article about uploading files:
http://www.codeproject.com/aspnet/fileupload.asp