Uploading Multiple Images
Permalink
Hi,
Ever since first using Concrete5 (which overall I think is an excellent CMS platform), I have rarely ever seen the 'Upload Multiple' feature working successfully. Generally it'll upload the first few files, but the progress bar will just never complete for the next file.
If I close the window, the successfully uploaded first few files appear.
I have tried reducing the number of permitted file extensions, tried different browsers but without success, I'm using the latest version of C5.
Any ideas when this feature will be redeveloped?
Ever since first using Concrete5 (which overall I think is an excellent CMS platform), I have rarely ever seen the 'Upload Multiple' feature working successfully. Generally it'll upload the first few files, but the progress bar will just never complete for the next file.
If I close the window, the successfully uploaded first few files appear.
I have tried reducing the number of permitted file extensions, tried different browsers but without success, I'm using the latest version of C5.
Any ideas when this feature will be redeveloped?
# PHP Settings
max_execution_time - 45
max_file_uploads - 20
max_input_time - 45
memory_limit - 128M
post_max_size - 32M
upload_max_filesize - 24M
You would have to check with your host to find out how they want you to increase these values.