Может ли кто -нибудь предложить исправление. < /p>
- файл java: < /p>
Код: Выделить всё
**public void setAttachedFile(FormFile formFile) { // File upload error at this line** attachedFile = formFile; if (attachedFile != null) { formData.put("attachedFile", attachedFile); } else { formData.remove("attachedFile"); } } < /code> < /li> файл JSP: < /p> Select File Name ** // Getting the fortify here**
Подробнее здесь: https://stackoverflow.com/questions/592 ... d-jsp-file