PHP Manuál | ||
---|---|---|
Predchádzajúci | Dodatok H. Zoznam php.ini direktív jadra | Nasledujúci |
Tabuµka H-6. File Uploads Configuration Options
Name | Default | Changeable |
---|---|---|
file_uploads | "1" | PHP_INI_SYSTEM |
upload_tmp_dir | NULL | PHP_INI_SYSTEM |
upload_max_filesize | "2M" | PHP_INI_SYSTEM|PHP_INI_PERDIR |
Tu je krátke vysvetlenie konfiguračných direktív.
Whether or not to allow HTTP file uploads. See also the upload_max_filesize, upload_tmp_dir, and post_max_size directives.
The temporary directory used for storing files when doing file upload. Must be writable by whatever user PHP is running as. If not specified PHP will use the system's default.
The maximum size of an uploaded file.
Predchádzajúci | Domov | Nasledujúci |
Paths and Directories | Hore | General SQL |