|
Added i18n abilities to the file upload classes. There's
now support for non-Latin-1 filenames and parameter values.
See the new MultipartRequest constructors and MultipartParser
setter methods.
Added pluggable file renaming logic to avoid collisions when
files of the same name are uploaded concurrently. See the
new FileRenamePolicy class and the new MultipartRequest setter
methods.
Added a bug fix for file uploads coming from Opera browsers,
where header values may be split across lines. No public API
change, only better behavior.
|