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.

--
Just my 0.00000002 million dollars worth,
  Shawn

Programming is as much about organization and communication
as it is about coding.

My favourite four-letter word is "Done!"

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to