Programatically posting a file

B

b_naick

I have a script which is called when a form is submitted. The form
takes as input a file.

I need to save the file locally and then make an HTTP POST request to
an ASPX page on another server. This post request needs to contain the
file I just saved locally.

How do I go about it? The ASPX page is designed to accept a form which
is "POST"ed.

How can I use Perl to manufacture this POST request to the ASPX page?

BTW: My Perl knowledge is very limited..

Thanks.

Bijoy
 
B

Brian Wakem

I have a script which is called when a form is submitted. The form
takes as input a file.

I need to save the file locally and then make an HTTP POST request to
an ASPX page on another server. This post request needs to contain the
file I just saved locally.

How do I go about it? The ASPX page is designed to accept a form which
is "POST"ed.

How can I use Perl to manufacture this POST request to the ASPX page?

BTW: My Perl knowledge is very limited..

Thanks.

Bijoy


Read:
http://cpan.uwinnipeg.ca/htdocs/libwww-perl/LWP/UserAgent.html
&
http://cpan.uwinnipeg.ca/htdocs/libwww-perl/HTTP/Request/Common.html
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top