The file is being uploaded to an FTP-server. NOT via HTTP-POST!
a php-script will then read a specific dir and find files in that dir to process.
Chances are the file is still being uploaded via the ftp-server when the php-script tries to process it; since both these processes are seperate.
Main Topics
Browse All Topics





by: simonkinPosted on 2007-11-22 at 06:17:08ID: 20334460
Hi,
Try this...
Just call the function to validate the upload...
Code:
Select allOpen in new window