Problems Uploading Files
Aye,
I know it's an extremely common problem, but despite all the requests for solutions on the web, no proper solution has been given.
In a project application, in which customers are able to view the progress of their projects, I'm building an upload system, so I can share files with customers or colleagues.
The application itself works perfectly, but uploading files is still a pain in the *** using JAVA. I've searched for ages for an upload tutorial which helps me to solve different kind of problems.
One problem I didn't find a solution for, is reading text-fields from a Multipart-form. It always returns a null-value, when reading a field like 'author' of the text-type, whereas reading the content of the type 'file' is no problem.
Is there any solution to this? It should be possible to simply read what's in a plain text field without using Javascript and 2 forms to upload both a normal form and a multipart-form.
Besides, is anyone in possession of some kind of tutorial that might help me writing an upload script? It's starting to consume more and more time, almost so much time it gets too expensive to even keep going with the whole upload system within the application.
Anyone?

