tamagokun / rackem

Rack implementation in PHP with built-in web server for development.
http://tamagokun.github.io/rackem/
MIT License
63 stars 3 forks source link

Delete temporary multipart files on server #21

Open tamagokun opened 11 years ago

tamagokun commented 11 years ago

the rackem development web server will create temp files to store uploaded multipart data. This should be purged when the server shuts down.

tamagokun commented 10 years ago

I believe that PHP will remove temp files automatically when run through php-fpm, but will need to clairfy. Otherwise this is a server only enhancement.