HI, while uploading (sending request for file upload) i got bellow error in network panel and getting error on preview is :
org.springframework.web.util.NestedServletException: Request processing failed; nested exception is org.springframework.web.multipart.MultipartException: Could not parse multipart servlet request; nested exception is org.apache.commons.fileupload.FileUploadException: the request was rejected because no multipart boundary was found
org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:681) org.springframework.web.servlet.FrameworkServlet.doPost(FrameworkServlet.java:585) javax.servlet.http.HttpServlet.service(HttpServlet.java:641) javax.servlet.http.HttpServlet.service(HttpServlet.java:722)
Thanks for your replay
i have already seen that post but i need Multiple file upload.and i am using http://debug.cz/demo/upload/docs/#!/....upload.Dialog this widget and i can't find the name of that file means name: 'file', or how can i find the file path from http request and content-type : 'multipart/form-data', please help me
i am using ExtsJS 4, while i am using multipart/form-data as content type then but at that time i can't find the filemap from multipart http request...
but can u tell me which name is used for the file in above given link widget..?
means how can i receive file parameter from extjs
For Example
{
xtype:'textfield',
name :'username',
id :'uid'
}
what will be the name for file in given link widget please help me,