"Sylvain" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]

> If we upload a file with a semi-colon (i.e : "C:/my;file.jpg") :
> cgi.FieldStorage.filename returns only "my" everything after the semi-
> colon is missing
>
> Is it a bug or i'm missing something ?

I doubt it's bug in parse_header, since it's meant to split on
semicolons. Whether it's a bug in one of its callers, or the client
not escaping sufficiently, I couldn't say offhand.


--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to