Hello,
After any upload file - a copy this file (and 3-5 another tmp-files) is stay on root directory webapplication.
Any body know, where need "turn on" parameter for auto-delete this
temp-files?
or I must use a combination :
...
FileItem fi = ...
... // Store in database
...// Delete
if (! fi.inMemory()) {
fi.getStoreLocation().delete();
}
- but this code working only in debug-mode in DevelopIDE, on run-mode - not working 8(((
??????????????


--




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to