Re: php File upload

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Tom wrote:

> hmm, memory buying is okay, not the final solution. I think php design
> fault on this function.  It's not comprehensible why php use such a
> lot main memory for an upload.

Well, PHP doesn't - the upload is apaches job. Once the file is
uploaded, PHP is invoked to process it.  You do your
move_uploaded_file() etc.  What do you do to the uploaded file?


/Per Jessen, Zürich


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux