is it possible to send post request whose content comes from file?
to avoid bumping up memory usage?
$ua = LWP::UserAgent->new(); $req = HTTP::Request->new(POST=> $post_url); $res = $ua->request($req, 'response_file.dat');
In reply to http post requst content from file by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |