04-24-2008, 02:15 PM
|
#8 (permalink)
|
|
The Contributor
Join Date: Apr 2008
Location: Tampa, FL
Posts: 65
Thanks: 6
|
in your php.ini on line 552.
approx. halfway through the doc. you will see
Quote:
;;;;;;;;;;;;;;;;
; 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 = "c:/httpd/tmp"
; Maximum allowed size for uploaded files.
upload_max_filesize = 2M
|
change that?
__________________
"Knowledge is power. Abuse it."~Evulness
My portfolio: www.evularts.com
|
|
|