From: "Shawn H. Corey" <shawnhco...@gmail.com>
Octavian Râşniţă wrote:
Hi,
Due to the file size limitations of the common browsers like IE or
Firefox, I wanted to create a file uploader that doesn't use a browser,
but just posts a file to a program on a server.
I've searched for a module on CPAN that can do this easier, set the HTTP
headers automaticly... but I couldn't find such a thing.
Do you know if there is such a module available, or I would need to write
my own?
Thank you.
Octavian
Have you looked at Net::FTP ? It is a standard module that comes with
Perl.
Yes I know about Net::FTP, but I want to replace an HTTP client that does
file uploads to a certain program on the web server, and not an FTP client
that uploads to an FTP server.
Thanks.
Octavian
--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/