B4J Question Server - Dealing with MultiPart files

tchart

Well-Known Member
Licensed User
Longtime User
I've got some larger clients sending multipart data via http POST to jServer, these are written to a directory as MultiPartXXXX.

Do these ever get cleaned out? I've added a function to delete the files on start up but I was wondering if I should occasionally clear out the folder too or just delete as I handle the request?

Thanks
 
Top