W
WJ
1. I have an ASP.Net web site that does nothing but accept files to be
uploaded manually. It has one simple page that asks users to specify a file
to be uploaded.
2. I also have a Windows Form application in c# that needs to send files
automatically to the web site folder.
So far, I got the code to activate the client's MS/IE program (
http://MyFileUploadSite.Com) ok. However, I need to send the file straight
to the site without showing MSIE and without user's intervention.
Thanks for your help.
John
uploaded manually. It has one simple page that asks users to specify a file
to be uploaded.
2. I also have a Windows Form application in c# that needs to send files
automatically to the web site folder.
So far, I got the code to activate the client's MS/IE program (
http://MyFileUploadSite.Com) ok. However, I need to send the file straight
to the site without showing MSIE and without user's intervention.
Thanks for your help.
John