W moim kodzie tylko mam rozwiązanie
String saveFile = file.substring(file.indexOf("filename=\"") + 10);
saveFile = saveFile.substring(0, saveFile.indexOf("\n"));
saveFile = saveFile.substring(saveFile.lastIndexOf("\\") + 1,saveFile.indexOf("\""));
out.println(saveFile);
a ten String ustawiłem w przygotowanym oświadczeniu
st.setString(1, saveFile);
i otrzymałem dokładnie to, czego chcę
Nazwa_pliku:hello.xlsx, Opis:hello_world_025