J
Josh
I have a vb.net app that is using FileSystemWatcher to fire an event
when a file is uploaded by the client via FTP. The app needs to wait
until the upload is complete then perform actions on the uploaded file.
When I use file.exists, it returns true even before the file is
complete.
The file attribute (size) = (the completed file size); and attribute
(normal) = (normal) even before the file upload is complete.
I would greatly appreciate any suggestions for this.
when a file is uploaded by the client via FTP. The app needs to wait
until the upload is complete then perform actions on the uploaded file.
When I use file.exists, it returns true even before the file is
complete.
The file attribute (size) = (the completed file size); and attribute
(normal) = (normal) even before the file upload is complete.
I would greatly appreciate any suggestions for this.