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