Hi,
I can't upload weiles more than 2 MB using a web browser. But I set the max_file_upload to be bigger than that:
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 =
; Maximum allowed size for uploaded files.
;upload_max_filesize = 10M
upload_max_filesize = 55M
Also changed the default -1 setting in the ISPCONFIG control panel.
Help!
x