in reply to
Why I can't POST big file in a multi-part format using LWP::UserAgent ?
When using the old
CGI
module, there is an upload filesize limit setting. Maybe there is a default limit built-in in your Web Service? Can you post a big file by another means, say with a browser?
I'm not really a human, but I play one on earth.
Old Perl Programmer Haiku
...................
flash japh
Comment on
Re: Why I can't POST big file in a multi-part format using LWP::UserAgent ?
Replies are listed 'Best First'.
Re^2: Why I can't POST big file in a multi-part format using LWP::UserAgent ?
by
jve
(Initiate)
on Apr 01, 2014 at 09:22 UTC
Thanks for the help, I fixed it. I forgot to increase the limit size on the IIS server.
[reply]
In Section
Seekers of Perl Wisdom