Hi Greg,
I am loading the file onto a different server and the server receives the file correctly when using the HTML code above.
The file upload should occur whenever there is a new file in the directory.
I've also tried HTTP Put but this didn't work either. I think there is an issue with the "encType="multipart/form-d
Malcolm
Main Topics
Browse All Topics





by: gregoryyoungPosted on 2004-05-10 at 18:51:43ID: 11036450
http://msdn.microsoft.com/ library/de fault.asp? url=/libra ry/ en-us/c pref/html/ frlrfsyste mnetwebcli entclassup loadfileto pic.asp
.com/show/ 3441/ ) which has a file watcher in it that queues files for upload by another thread. I am not sure what problem you may be having with post but you could also use HTTP put to do this (webclient also supports).
I am using this currently without issue.
As for whether or not you should be ...
I will start with my presumptions.
1) You are uploading this info to a different server.
2) This should occur always (new file = upload)
It sounds to me like this should be a windows service ( http://www.developerfusion
Sorry if I can not be of complete assistance,
Greg