Hello, I have read all the recent posts on this issue, and I also looked at the information on that greenbytes.de URL that Peder supplied. I still have a problem. I am using webfolders on Windows XP. When I upload a file with non ascii (multibyte) characters in the filename, the upload is successful, and the file is displayed correctly in the webfolder. But when I do a refresh, it just displays as ?? Thereafter I can never see the filename correctly again. I added some debugging code to the WebDAV servlet PutMethod() to see what was going on. I can't figure out what character set windows is using to send the filename to the server! In my debug code I tried displaying it as UTF8, GB2312, and ISO-8859-1. None of them appeared to be correct! Any insight into this issue would be much appreciated.
Thank you, Satish On Thu, 2003-07-24 at 01:08, Peder Nordvaller wrote: > Solved my problem, which was due to a bug in Internet Explorer apparently. > Was running the slide webdav servlet on Tomcat under port 8080, which IE > doesn't like. Changed to port 80 and works just fine. > > More info here: > > http://greenbytes.de/tech/webdav/webfolder-client-list.html (recognize that > url?=) > > Sincerely, Peder > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
