share info

Greenhorn
+ Follow
since Jun 06, 2011
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by share info

Hi everyone,
I have a little question to which I can't find an answer... I'd appreciate it a lot if you could help me out

The thing is, I'm trying to use the org.apache.commons.fileupload in a portlet 2.0 environment. Everything is working very well, but if I want to make sure my temporary files are cleaned properly, then according to the User Guide of fileupload, I should also use the FileCleaningTracker:


Problem is, there is only org.apache.commons.fileupload.servlet.FileCleanerCleanup and no org.apache.commons.fileupload.portlet.FileCleanerCleanup, which means I can't use the PortletContext - I should find a way to extract a SessionContext...

Have you ever encountered such a problem? Could you please help me with it?

Thanks a lot in advance!
12 years ago