ifram+form方式实现文件、图片上传、预览
2021-06-26 06:03
阅读:659
YPE html>
标签:win onchange add iframe function 前端 tar img this
1、前端代码
"en">"UTF-8">Title
预览
"preview">
2、后端代码
def upload_img(request): ret={‘status‘:True,‘data‘:None} obj = request.FILES.get(‘k1‘) print(obj) file_path = os.path.join(‘static‘,obj.name) f = open(file_path,‘wb‘) for line in obj.chunks(): f.write(line) f.close() ret[‘data‘]=file_path return HttpResponse(json.dumps(ret))
ifram+form方式实现文件、图片上传、预览
标签:win onchange add iframe function 前端 tar img this
原文地址:http://www.cnblogs.com/xiaoqianghuihui/p/7152055.html
上一篇:js数组方法大全
下一篇:HTML5新增的非主体结构元素
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:ifram+form方式实现文件、图片上传、预览
文章链接:http://soscw.com/index.php/essay/98037.html
文章标题:ifram+form方式实现文件、图片上传、预览
文章链接:http://soscw.com/index.php/essay/98037.html
评论
亲,登录后才可以留言!