File Upload Size Issue Upload File [ Max Size: 3.00 MB, Max Resolution: 3072 x 2304 px ]
Posted: 16 Mar 2019, 10:51
Hello,
I have installed the phoca gallary component in Joomla. I was so much impressed with this gallery that i would love to switch to it.
I am facing below problem
When i try to upload image of 8M I am getting
Error
File is too large (8.91 MB)
This is the message i see above browse and upload button
Upload File [ Max Size: 3.00 MB, Max Resolution: 3072 x 2304 px ]
My Server allows me to upload larger image in other components. the simplegallery which i am using now and any media i can upload of any size just with phoca gallery i am not able to
My PHP info max post size and max upload size are set to 1024M
I also create user.ini, php.ini with below settings
upload_max_filesize = 1024M
post_max_size = 1024M
php_value post_max_size 1024M
php_value upload_max_filesize 1024M
ini_set('upload_max_filesize', '1024M');
Still i am unable to upload image. I am not sure what more to do.
Please help. thank you
I have installed the phoca gallary component in Joomla. I was so much impressed with this gallery that i would love to switch to it.
I am facing below problem
When i try to upload image of 8M I am getting
Error
File is too large (8.91 MB)
This is the message i see above browse and upload button
Upload File [ Max Size: 3.00 MB, Max Resolution: 3072 x 2304 px ]
My Server allows me to upload larger image in other components. the simplegallery which i am using now and any media i can upload of any size just with phoca gallery i am not able to
My PHP info max post size and max upload size are set to 1024M
I also create user.ini, php.ini with below settings
upload_max_filesize = 1024M
post_max_size = 1024M
php_value post_max_size 1024M
php_value upload_max_filesize 1024M
ini_set('upload_max_filesize', '1024M');
Still i am unable to upload image. I am not sure what more to do.
Please help. thank you