Page 1 of 1

file centre - size limit

Posted: Tue 23. Nov 2004, 15:15
by bones
is there a limit to the filesize one can upload?

I have been trying to upload a file of approx 10MBs, but it doesn't display, not errors etc.

Regards
Roland

Posted: Tue 23. Nov 2004, 15:17
by spirelli
Yes, the max file size is set in this file:
include\inc_conf\conf.inc.php

Posted: Tue 23. Nov 2004, 15:55
by isac
And you have to check php.ini
;;;;;;;;;;;;;;;;
; 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:\tmp"

; Maximum allowed size for uploaded files.
upload_max_filesize = 16M