Forum Moderators: coopster
I am using the SSH2 extension to send files from an upload form to another server, it's all working fine but I want be able to check the file has uploaded ok and inform the user if there is a problem, the trouble is I can't use file_exists because the file is being moved to a location that is below the we root on a another server. The other catch is the check must be done right away not on a separate page so data is not added to the database.
Thanks