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

> The problem is that the filenames are cut off in the status bar of the
> browser because of the white space (eg 'hello.pdf' works, but 'hello
> there.pdf' is displayed as hello).

urllib.quote() should do the trick. You need to follow the rules for
encoding URIs as well as the HTML ones.


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

Reply via email to