Help for this page

Select Code to Download


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