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