Welcome Guest, Not a member yet? Register   Sign In
Error while uploading multiple image files
#3

(11-05-2019, 09:11 AM)InsiteFX Wrote: It may be your php.ini settings.

Code:
php.ini File:

memory_limit = 256M
upload_max_size = 64M
post_max_size = 64M
upload_max_filesize = 64M
max_execution_time = 300
max_input_time = 1000

=================================

.htaccess file:

php_value memory_limit 256M
php_value upload_max_filesize 64M
php_value post_max_size 64M
php_value max_execution_time 300
php_value max_input_time 1000

Try one of the above and see if it fixes your problem.

It was
Code:
post_max_size = 64M

Mine was set to 8M which was too small.

Thanks
Reply


Messages In This Thread
RE: Error while uploading multiple image files - by Mobostar - 11-05-2019, 01:39 PM



Theme © iAndrew 2016 - Forum software by © MyBB