Help for this page
use WWW::Mechanize 0.63; use WWW::Mechanize::FormFiller; ... $agent->field('file', ["/tmp/file.1", 'myFilename', ['Content-Type' => 'application/octect-stream']], 1); $agent->click();
$filename = $fn if (ref($filename));