On 24/09/10 10:00, Marco Schuster wrote:
If it's user-uploaded, take care of garbage collection; actually, how does PHP handle it if you upload a file and then don't touch it during the script's runtime? Will it automatically be deleted after the script is finished or after a specific time?
It's deleted on request shutdown.
-- Tim Starling