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?

 
mhawke replied on at Permalink Reply 1 Attachment
mhawke
Your server might be timing out or limiting the maximum upload size. You can check the size limits right on the Multiple Upload window (see attached) but for the time out limits, you need to check Dashboard->System and Settings->Environment and see what the time limits are. Here are my values for comparison:

# 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.