Home Answers Viewqa Struts How to upload multiple images in java(struts) using jsp?

 
 


srinivasa reddy
How to upload multiple images in java(struts) using jsp?
0 Answer(s)      8 months ago
Posted in : Struts

I have jsp code college.jsp page

<HTML>
<head>
</head>
<body>
<html:form action ="/college.do">
<fieldset>
<legend>COLLEGE INFORMATION :</legend>
<pre>
Gallery Images: <input type="file" name="file[]" multiple/>
<html:submit value = "S U B M I T"/>

</fieldset>
</html:form>
</body>
</HTML>

How to upload the multiple images in struts Total images storing folder in project using this jsp,but i want to CollegeAction class and CollegeForm class how to do that, please help me code

View Answers









Related Pages:

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.