Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
Hi monks,
I tried to post the binary file from standalone perl script using LWP::Simple::Post module and the binary file size is nearly 2MB.
But in the server, i got only 23KB (approx).
How can i increase the content-length while posting? How can i post the binary file without any data loss? Is there any alternative modules?
Thanks in advance
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to change content-length in CGI
by dHarry (Abbot) on Jan 05, 2009 at 12:55 UTC | |
|
Re: How to change content-length in CGI
by MidLifeXis (Monsignor) on Jan 05, 2009 at 12:21 UTC | |
by derby (Abbot) on Jan 05, 2009 at 15:17 UTC | |
|
Re: How to change content-length in CGI
by linuxer (Curate) on Jan 05, 2009 at 12:11 UTC | |
by Anonymous Monk on Jan 05, 2009 at 12:21 UTC | |
by Crackers2 (Parson) on Jan 05, 2009 at 15:02 UTC |