
December 2nd, 2003, 02:06 PM
|
|
Registered User
|
|
Join Date: Oct 2003
Posts: 29
Time spent in forums: 14 m 48 sec
Reputation Power: 0
|
|
file upload and FTP question
I am into this project to write file upload from a web page. I should be able to upload huge binary files (100 MB+) to the ftp server. I am thinking of POSTing to webserver(Apache) and ftp ing it using Net::FTP. Can anyone tell me a better way than this one. Do i have to use IO::Socket? The current one we have times out for for large files.(Unable to see code coz of compiled cgi). How to handle that?Please help.
thanks
|