fengyuanchen / cropper

⚠️ [Deprecated] No longer maintained, please use https://github.com/fengyuanchen/jquery-cropper
MIT License
7.75k stars 1.74k forks source link

How do you perform multiple image uploads on a web interface? #959

Closed qiuyu0514 closed 6 years ago

qiuyu0514 commented 6 years ago

console.log($image.context.images); (8) [img, img#pic_img, img#pic_mobile_img, img, img#croppe_image, img.cropper-hide, img, img, pic_img: img#pic_img, pic_mobile_img: img#pic_mobile_img, croppe_image: img#croppe_image] 0 : img 1 : img#pic_img 2 : img#pic_mobile_img 3 : img 4 : img#croppe_image.cropper-hidden 5 : img 6 : img 7 : img 8 : img croppe_image : img#croppe_image.cropper-hidden length : 9 pic_img : img#pic_img pic_mobile_img : img#pic_mobile_img proto : HTMLCollection

Thank you