Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

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

amitpatole
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
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