I have tried several options at uploading several parameters and files at the same time. So we can have parameter parts like name, description and file upload part all in one form to be handled by a single controller. spring 2.5.1 is currently in use. And I am uisng SimpleUrlMapping class with key/value mapping in the custom application context
Please adviseCode:<bean id="vvv" class=class="org.springframework.web.servlet.handler.SimpleUrlHandlerMapping"> <property name="mappings"> <props> <prop key="xxx">yyyy<prop> </beans> <bean id="yyyy" class="x.x.x.controller.FileUploadController> <property name="sss"><value>ccc</value></property> <property ... <property ... </bean>


Reply With Quote
)...
