I had a look at x:inputFileUpload but cannot figure out how to handle the once
uploaded file. I tried to follow "examples/web/fileupload.jsp" and
"examples/misc/FileUploadForm.java". It looks like the uploaded file is located
in the configured temp. space ("uploadRepositoryPath" in web.xml)

How do I transfer this to the final location (I build the pathname for the final
location for myself)?

The documentation of Jakarta commons fileUpload mentions code like:

.. 
FileItem item = ...;
..
item.write(uploadedFile);

All what I am missing is how to get this "FileItem".

Michael
-- 

Reply via email to