when a file is partially uploaded with php 5 where would the server put the file?

i have a dot5hosting server on the vdeck system

Chosen Answer:

In the directory specified by the directive upload_tmp_dir in php.ini

or

in the system default temp directory if not specified
by: Rangacharyulu G
on: 19th July 08

You can leave a response, or trackback from your own site.

2 Responses to “when a file is partially uploaded with php 5 where would the server put the file?”

  1. Keyboard OCD says:

    Could be in memory if it’s partially uploaded. Otherwise in /tmp or whatever “temporary directory” is defined in php.ini.

  2. Rangacharyulu G says:

    In the directory specified by the directive upload_tmp_dir in php.ini

    or

    in the system default temp directory if not specified

Leave a Reply