Help for this page

Select Code to Download


  1. or download this
    system ( 'unix2dos file2upLoad.unix > file2upload.dos' );
    sendit ( 'file2upload.dos', $browser );
    
  2. or download this
    sub sendit {
            my $local_filename = shift;
    ...
           'Content_Type' => 'form-data'
    
    ...                        );
    
  3. or download this
    'Content_Type' => "application/x-zip-compressed"