标签: javascript jquery image-processing image-resizing image-comparison
我提交的文件带有多个图像选择选项,我的每个图像大小都超过10 MB,让我知道在上传到服务器之前如何优化图像。
<input type="file" id="imageUpload" class="imageUpload" name="upload_attachment[]" size="20" multiple="multiple" accept="image/*" >