Help for this page
htp.formOpen(curl=>url,cmethod=>'POST');
my $browser = LWP::UserAgent->new; my $response = $browser->post($url, Content_Type => "multipart/form-d +ata", Content => [FILE1 => [$filename]]);