Author | Message |
---|---|
vishalkukkar
Posts: 11
|
Posted 12:52 Feb 26, 2016 |
Hello Dr.Sun , Do we need consider case where, a department can have multiple file uploads for additional fields? or one department can have only one file upload as additional field. |
cysun
Posts: 2935
|
Posted 13:10 Feb 26, 2016 |
Yes, it's possible to have multiple additional file fields (in addition to the required Transcript file field). See the documentation of MultipartHttpServletRequest for how to get multiple files out of a request.
|
vishalkukkar
Posts: 11
|
Posted 13:24 Feb 26, 2016 |
Thank you. |