P
prsjm3qf
Hello out there,
I'm a bit of a Perl newbie and have dropped for
the job of writing a file upload system.
I've tried various HTTP solutions with form ACTION=POST but have found
it unreliable for large files because of server timeout errors and
anyway, it's a protocol not really designed for the job.
I'm now thinking that the grown up way to do it has got to be with FTP.
I'd love to get them all to use an ftp client but realistically its not
going to happen so I want to have users select files in their browser
from their local system, press a button and Binary FTP the files into a
pre created directory on an ftp server. There seem to be various scripts
around that say they do this but on closer inspection they start getting
a bit vague and I'm not convinced that they are actually using FTP as
opposed to HTTP.
Can anyone point me to a Perl CGI FTP script that will do this - doesn't
matter if it's a commercial one cos this is worth paying for if it does
the job. Failing that can anyone give me some pointer ideas on how to
start writing my own so I can set off in the right direction.
Thanks for any help
(e-mail address removed)
I'm a bit of a Perl newbie and have dropped for
the job of writing a file upload system.
I've tried various HTTP solutions with form ACTION=POST but have found
it unreliable for large files because of server timeout errors and
anyway, it's a protocol not really designed for the job.
I'm now thinking that the grown up way to do it has got to be with FTP.
I'd love to get them all to use an ftp client but realistically its not
going to happen so I want to have users select files in their browser
from their local system, press a button and Binary FTP the files into a
pre created directory on an ftp server. There seem to be various scripts
around that say they do this but on closer inspection they start getting
a bit vague and I'm not convinced that they are actually using FTP as
opposed to HTTP.
Can anyone point me to a Perl CGI FTP script that will do this - doesn't
matter if it's a commercial one cos this is worth paying for if it does
the job. Failing that can anyone give me some pointer ideas on how to
start writing my own so I can set off in the right direction.
Thanks for any help
(e-mail address removed)