I am sending a file to a server as an octet-stream, and I need to specify the filename in the header:
String filename = \"«úü¡»¿.doc\" URL url = new URL(\"ht
This might help: HTTP headers encoding/decoding in Java