I am using a Perl script to post the contents of text file to my app
from a Solaris server. The script is available here.

http://www.cpan.org/authors/id/E/EL/ELIJAH/bget-1.1

It sets the Content-Length based on the size of the file I am posting,
however when I check self.request.body it ends up truncating a few of
the characters off the end. If I modify the bget script and increase
the size the characters show up. There doesn't seem to be any
consistency, more lines in the file usually means more characters
getting clipped, so it isn't like I need to add 1 byte or anything.

Perhaps there is a bug in the perl script but I am thinking this is
some sort of character/type language thing. What are the rules in
regards to setting the Content-Length correctly?

Thanks,
Ethan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to