Help for this page
<html><body> <FORM ENCTYPE="multipart/form-data" ACTION="blah" method="post" name=" +upload"> ... <input type="submit" value="Upload" name="submit"> </FORM> </body></html>
use Win32::IE::Mechanize; my $ie = Win32::IE::Mechanize->new( visible => 1 ); ... 'file1' => 'D:\test.pl', 'file2' => 'D:\test.pl', );