file centre - size limit

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
bones
Posts: 12
Joined: Wed 7. Jul 2004, 12:17

file centre - size limit

Post 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
spirelli
Posts: 996
Joined: Tue 27. Jul 2004, 13:37
Location: London

Post by spirelli »

Yes, the max file size is set in this file:
include\inc_conf\conf.inc.php
User avatar
isac
Posts: 410
Joined: Tue 18. Nov 2003, 13:13
Location: Portugal
Contact:

Post 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
Post Reply