[Fix] Seaside-UploadFilenamePatch

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[Fix] Seaside-UploadFilenamePatch

Masashi UMEZAWA-2
Hi,

WAKom >> processMultipartFields: does not consider that the multipart
chunk contains multi-byte (WideString) filename.
This results in the wrong un-encoded filename in WAFile.

The patch fixes the problem. WAFile's filename is properly set to
UTF8-encoded string.

--
[:masashi | ^umezawa]

_______________________________________________
Seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside

Seaside-UploadFilenamePatch.2.cs (1K) Download Attachment