Re: Strange behavior with content-type text/plain while POST files

Florian Krupicka <[email protected]> Tue, 17 Aug 2004 11:36:23 +0200
Newsgroups gmane.comp.apache.mod-ruby
Message-ID <[email protected]>
Thank you for your help, while rereading and retrying my HTML i noticed
something. The behaviour occured when submitting multiple values under
the same variable name and even with GET requests. Looked through my
code again and found out i was joining those arrays with "\000" for easy
one-value access.

Remember kids, when sending text/plain, you must not send unprintable
characters!

Sometimes it needs a little hint to see the obvious :/

Thanks for your effort
Florian