I am using jFileUpload control and it worked great till now..
But now i am facing problem in uploading the files having chinese name like abc教程.mp4
I tried the following..
<param name ="resources" value="i18n"/>
as well...
The control shows the file name in jFileUpload Progress Message perfectly..
But it shows abc??.mp4 in java consol..
Please help me out here.. Is there anything i am missing? is there anything i need to do with IIS..since i am running my application on IIS Server..?