简体   繁体   English

将jQuery-File-Upload修改为用户个人资料图像

[英]Adapt jQuery-File-Upload for user profile image

I want to adapt jquery-file-upload http://blueimp.github.io/jQuery-File-Upload/ to use like user profile image uploader, 我想改编jquery-file-upload http://blueimp.github.io/jQuery-File-Upload/以像用户个人资料图片上传器一样使用,

1- only upload one image - you can restrict whit: maxNumberOfFiles: 1, but when try to add another image it lets you do that and show: Error Maximum number of files exceeded 1-仅上传一张图片-您可以限制色散:maxNumberOfFiles:1,但是当尝试添加另一张图片时,它可以让您这样做并显示:错误超出最大文件数

2- edit image - upload another image and replace the preview 2-编辑图片-上传其他图片并替换预览

or please suggest another plugin to accomplish user profile image upload, regards. 或者,建议使用其他插件来完成用户个人资料图片的上传。

我采用的是错误的方法,在这种情况下jquery-file upload允许您发送额外的字段用户ID,因此独立表单仅在每次选择一个autoUpload时才上传图像:true删除常规预览列表并在fileuploaddone上进行自定义预览仅一张图像。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM