in reply to File upload w/WWW::Mechanize
Fun, fun fun.my $form = $agent->form_name('put_form'); $agent->field('file', "/tmp/file.1"); my $input = $form->find_input('file'); $input->filename('myFilename'); $input->headers('Content-Type', 'application/octet-stream');
JK
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: File upload w/WWW::Mechanize
by jczeus (Monk) on Mar 11, 2016 at 14:16 UTC | |
by Anonymous Monk on Mar 12, 2016 at 00:11 UTC | |
by c-alpha (Novice) on Dec 30, 2019 at 17:16 UTC | |
by Anonymous Monk on Dec 30, 2019 at 19:23 UTC |