I would start at the begining. Q: is the data getting to the script? Answer replace the target script with this simple dumper:
#!/usr/bin/perl -w print "Content-type: text/plain\n\n"; binmode STDIN; print while read ( STDIN, $_, 4096 );
This simple script will dump the raw input your script is receiving on STDIN to the browser. It may or may not trigger a file download. Examine the output using view source or a text editor - if all your data is there start looking at your code...CGI.pm is unlikely to be the problem but first check that all the raw data is still there....continue down sequence until problem revealed.
cheers
tachyon
s&&rsenoyhcatreve&&&s&n.+t&"$'$`$\"$\&"&ee&&y&srve&&d&&print
In reply to Re: CGI post truncating string?
by tachyon
in thread CGI post truncating string?
by alienhuman
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |