PDA

View Full Version : uploading files on a different server


Rakish
08-03-2006, 04:39 PM
Hello all

My Boss wants me to allow file uploading facility over the internet but the problem is he wants all the files to be stored on a different server (a server just for file storage). I know how to store uploaded files on the same server whre the scripts are but not on a differnet server.

Also, Please let me know how to retrieve the files back from the (different) file server.

Thankyou so much,

Rakesh :confused:

KevinADC
08-03-2006, 05:20 PM
I think you could use Net::FTP to upload the files to a different server. Of course the other server has to have an FTP account setup to handle that. Can probably be done other ways too but if the servers are totally independent of each other I am not sure how.