Hi i have this in my controller to control the maximum number of allowed image to upload for an item,
it is working if it is in a batch upload but not if example i have already 9 images that is already uploaded and i tried to upload again more than 10 now since it automatically uploads the images dropped into the box. How can i make it work to only accept not more than 10 images even though there's already 9 images stored for that item?