I'm facing an issue while encoding the zip file name into UTF-8. This is my code.
String filename1=URLEncoder.encode(fileName,"UTF-8");
"fileName"
is the name of the zip file name. Please anyone can help me.
I'm facing an issue while encoding the zip file name into UTF-8. This is my code.
String filename1=URLEncoder.encode(fileName,"UTF-8");
"fileName"
is the name of the zip file name. Please anyone can help me.