移动版 图片压缩上传无效,代码设置了压缩的,但大小没变 ,是用submitAjaxForm是通过异步方式运行的
With .AddUploader("up128","照片",True) .AllowDelete = True '允许删除 .Incremental = True '允许重复选择文件或连续拍照 .ScaleWidth = 400 '自动压缩图片宽度为400个像素,高度等比例压缩 End With