Im using this script:
to try to upload images to my personal wiki.
I am getting the error:
Can't open file blah.jpg: No such file or directory at /Library/Perl/5.8.6/LWP/UserAgent.pm line 427
Line 427 of UserAgent.pm is:
please help.
to try to upload images to my personal wiki.
I am getting the error:
Can't open file blah.jpg: No such file or directory at /Library/Perl/5.8.6/LWP/UserAgent.pm line 427
Line 427 of UserAgent.pm is:
Code:
return $self->request( HTTP::Request::Common::POST( @parameters ),
please help.