Re: need help to change charset when fileUpload using MultipartPostMethod

2004-09-15 Thread Oleg Kalnichevski
Bülent, This is a well known issue. The problem is that the use of non-ASCII characters in the content disposition header (the one that includes the file name attribute) violates the MIME spec. See the following bug reports for details http://nagoya.apache.org/bugzilla/show_bug.cgi?id=30420 http

need help to change charset when fileUpload using MultipartPostMethod

2004-09-15 Thread Bülent Turhan \(B . T . K . B . S . G . \)
hi, i need some help. How can i change default charset "ISO-8859-1" to "ISO-8859-9" ? i need this because my file name ( cmEvrakDTO.getFileName() below ) has turkish chars like I, Ü ,S Ç etc .. and when uploading these chars becomes "?" when reading in servlet side. my simple code is :