The fileupload code is applying url decoding to the post data related to
regular form fields as well as to the headers which include the
filename.  From the limited testing I have done mozilla and netscape do
not encode this data.  I have asked others and they say clients should
not encode either of these.  Form post data will be encoded for type
application/x-www-form-urlencoded but not for multipart/form-data.

I am going to remove the code that is assuming it is encoded.  Is anyone
aware of clients that might be doing this incorrectly?

john mcnally


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to