in reply to
WWW::Mechanize uploaded file name problem
Note that
from_to($_, "CP1251", "UTF8")
doesn't turn UTF-8 flag on. Try
$_=decode("CP1251", $_)
instead.
Comment on
Re: WWW::Mechanize uploaded file name problem
Select
or
Download
Code
In Section
Seekers of Perl Wisdom