
December 10th, 2004, 03:45 AM
|
|
|
|
Join Date: Apr 2007
Posts: 9
Time spent in forums: < 1 sec
Reputation Power: 0
|
|
|
upload_tmp_dir
I am trying to make changes to my "php.ini" file so that I can allow larger uploaded files and have them go to a temporary directory. Below I have the section in the file I where I know I need to make the change, but all it gives me is "no value" no matter what I change it to.
Code:
;;;;;;;;;;;;;;;;
; File Uploads ;
;;;;;;;;;;;;;;;;
; Whether to allow HTTP file uploads.
file_uploads = On
; Temporary directory for HTTP uploaded files (will use system default if not
; specified).
; upload_tmp_dir = /upload
; Maximum allowed size for uploaded files.
upload_max_filesize = 8M
Thanks!
|