This is a bit OT, but I encountered some problems with file uploads on MacOSX, using the woody upload sample (http://localhost:8888/samples/woody/upload):
- with Safari, no upload happens at all! I checked the incoming stream, and the file input is simply not sent.
- with Mozilla, accented letters in filenames are sent as the unaccented letter followed by the accent as an XML entity (e.g. "�" is sent as "é", 769 being the unicode for "combining acute accent"). Is this notation allowed by the http RFC??
Weird...
Any hints?
Sylvain
-- Sylvain Wallez Anyware Technologies http://www.apache.org/~sylvain http://www.anyware-tech.com { XML, Java, Cocoon, OpenSource }*{ Training, Consulting, Projects }
