Is there a way to limit the number of files that can be uploaded in a single multiple upload batch?
For example, we do not want a user selecting their entire hard drive uploading hundreds of images at one time.
Thanks
For example, we do not want a user selecting their entire hard drive uploading hundreds of images at one time.
Thanks
Re: Limit the number of files for multiple file upload
There is no file number limit.
There is for example maxSize which is the maximum size of the uploaded file defined in bytes.
You can read about it here:
http://docs.cksource.com/CKFinder_2.x/D ... s/Built-in
There is also something extra for images - 'maxWidth' 'maxHeight'.
You can read about it here:
http://docs.cksource.com/CKFinder_2.x/D ... ion/Images
If you set option CheckSizeAfterScaling to true (this is by default) than maxSize will be also checked after scaling images.