Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
good day all!
I've created a website for personal use on my dns-323, using funplug and lighttpd+php.
I need to upload files from a web page to my dns-323, it works great for files less than 2 Mo, but I can't manage to upload bigger files.
I already checked and changed setting in /ffp/etc/php.ini and in /ffp/etc/my.cnf
i replaced all limitations I found to 128 Mo; but still limited to 2 Mo...
Could someone help me?
Thx!
Offline
hi,
you have to change these lines in the php.ini:
; Maximum allowed size for uploaded files.
upload_max_filesize = 1024M
; Maximum size of POST data that PHP will accept.
post_max_size = 1024M
Try it an give feedback.
Cheers
Offline
Hi!
thanks for reply!
unfortunately, I already changed these settings in ffp/etc/php.ini, but no change...
Offline