I am currently using a cool cropping plugin called cropit. I want to upload multiple images at once via <input type="file" multiple/>
, crop them and save them at once.
My aim is to have the possibility to upload images from a smartphone, since it isn't quite user friendly to upload every image separately. But! I want to limit the image selection to 12 images. Is there a way to achieve it?