Loading...
 
Architecture / Installation

Architecture / Installation


Problems uploading large files

posts: 2

Hi,

I'm having problems getting Tiki configured properly for uploading large files. I have the following settings in my php.ini:

file_uploads = On

upload_max_filesize = 30M

max_input_time = 60

memory_limit = 32M

max_execution_time = 300

post_max_size = 100M

Tiki is configured (both in Admin:User Files and Admin:Wiki) to store files in a directory.

Also, LimitRequestBody is set to 0 (i.e., unlimitted).

I can upload small files just fine (<2M), but larger files are not being uploaded. I'm at a loss at this point. Any suggestions would be greatly appreciated.

Thanks,

Roger Alexander

posts: 2881 United Kingdom

2Mb is the largest size you can save into a MySQL database without tweaking the my.cnf file

see RecipeBigUploads

Damian