in reply to Upload file and Form filling using the mechanise

Have you determined whether the page requires Javascript?

WWW::Mechanize does not support Javascript.

The easiest approach is to sniff what the Javascript would send and then send the same data from Perl.

  • Comment on Re: Upload file and Form filling using the mechanise