Search Type: Posts; User: Kris Sony
Search: Search took 0.03 seconds.
-
23 Jun 2011 4:10 AM
Jump to post Thread: File Uploading by Kris Sony
- Replies
- 1
- Views
- 3,087
I finally worked it out.
You need to set the formAction to a normal servlet
formPanel.setAction("https://localhost/upload");
formPanel.submit();
The servlet should be a normal HttpServlet... -
22 Jun 2011 8:02 AM
Jump to post Thread: File Uploading by Kris Sony
- Replies
- 1
- Views
- 3,087
Hi
I know there are other posts on this but I just can't get this working. Any clues?
The problem seem is this is false
boolean isMultipart = ServletFileUpload.isMultipartContent(request);
...
Results 1 to 2 of 2
