I have a form wherein I need to add attachment option. This attachment can be of any type with some size limit. How can I do the same using jsp?
Asked
Active
Viewed 38 times
0
-
What are you using on a back-end? Spring? Do you need to send any other form parameters as well? – Yuriy Oct 06 '16 at 14:14
-
Yes, I am using Spring and have to send other form parameters too – Nikita Dhiman Oct 07 '16 at 03:52
-
In this case your question is similar to http://stackoverflow.com/questions/4118670/sending-multipart-file-as-post-parameters-with-resttemplate-requests. – Yuriy Oct 09 '16 at 17:39