need help use Runtime.getRuntime().exec(cmd);

2004-11-18 Thread Bülent Turhan \(B . T . K . B . S . G . \)
* Bu e-posta ve muhtemel eklerinde verilen bilgiler kişiye özel ve gizli olup, yalnızca mesajda belirlenen alıcı ile ilgilidir.Size yanlışlıkla ulaşmışsa lütfen göndericiye bilgi veriniz, m

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 :