in reply to Monitor Folder, Wait for Upload?

The safest way is to upload into a temp directory and move it when done.

Failing that, you can use the "-s" operator (or stat) to determine file size over time. If over N seconds, it hasn't grown any, it's probably finished uploading.