How to upload file in JiraWebActionSupport , getHttpRequest().getPart() return null

amitpatole September 28, 2017

hi ,

I have input type file in vm file and want to upload file through JiraWebActionSupport  but  return null

 

for (Part part : getHttpRequest().getParts()) {

String fileName = getFileName(part);
}

 

0 answers

Suggest an answer

Log in or Sign up to answer