Choose a file to upload:
#### #### #!/usr/bin/perl use strict; use warnings; use WWW::Mechanize::Firefox; my $bot = WWW::Mechanize::Firefox->new( autoclose => 0,activate =>1); $bot->get('http://127.0.0.1/file/index.html'); $bot->form_id('formular'); $bot->field('image0','IMAGE.JPG'); $bot->submit;