Currently, you are limited to selecting a maximum of ten images at once to upload. This quick article explains how to increase this.
I do not think this impacts on resource usage very much as by its nature the flash uploader only really uploads one at once anyway, this merely allows you to queue more when you multi-select them which is very handy if you have a lot of images to upload at one time.
A small file edit is needed.
Connect via FTP. Open /public/js/ips.gallery_uploader.js
Around line 494, find...
Change to...
Save and re-upload the file.
I do not think this impacts on resource usage very much as by its nature the flash uploader only really uploads one at once anyway, this merely allows you to queue more when you multi-select them which is very handy if you have a lot of images to upload at one time.
A small file edit is needed.
Connect via FTP. Open /public/js/ips.gallery_uploader.js
Around line 494, find...
file_queue_limit: 10,
Change to...
file_queue_limit: 100,
Save and re-upload the file.













