标签: jquery dimension input-type-file
我想获取图像文件进行预览并通过ajax发送到php进行上传,并获取其所有详细信息,例如大小,宽度和高度 谢谢
这是我的html代码
<input type="file" name="my-image" id="imgInp" multiple accept="image/jpg , image/jpeg" /> <div id="imgPreview"> // preview image // </div>