Hi....
I'm developing a site where the user shall be able to upload files. The
size of theese files can range from
approx. 1-500 Mb. The problem is that the file upload is stored in
memory
and starts to swap with large files (~ > 100 Mb).
I want the uploaded file to be written directly to disk.
Is there any settings for this?
Server info:
Cobalt RaQ 4
512 Mb RAM
Cobalt Linux release 6.0 (Shinkansen-Decaf)
apache 2.0.43
PHP 4.2.3
/Claes
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
- Re: [PHP] Slow file uploads. Claes Gustavsson
- Re: [PHP] Slow file uploads. Tim Meader