We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
新增时,我通过该控件上传并保存图片到服务器。编辑时,能否实现控件加载之前上传的图片?能否提供一下思路,谢谢。
The text was updated successfully, but these errors were encountered:
在view元素下按照图片预览的结构显示图片即可。
<div id="upload-image-view"> <div class="u-item"> <div class="u-img"> <img src="你服务器图片的地址" /> </div> </div> </div>
var uploader = new Uploader({ view: document.getElementById("upload-image-view"), };
Sorry, something went wrong.
虽然我已经通过复杂的方式实现了该功能,但是还是感谢您的答复。
No branches or pull requests
新增时,我通过该控件上传并保存图片到服务器。编辑时,能否实现控件加载之前上传的图片?能否提供一下思路,谢谢。
The text was updated successfully, but these errors were encountered: