use plupload plugin to upload file in django

本文介绍了在使用Django处理文件上传时需要注意的事项,特别是如何确保FILES字典包含上传的数据。文章指出,FILES仅在请求方法为POST且表单使用了enctype=multipart/form-data编码类型时才有效。此外,还提供了关于plupload设置中添加'multipart: 'form-data','选项的具体建议。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

django upload file needs

"Note that FILES will only contain data if the request method was POST and the <form> that posted to the request had enctype="multipart/form-data". Otherwise, FILES will be a blank dictionary-like object." 

so only need add "multipart : 'form-data'," option to plupload setup function

 

 

see more configuration at: 

 

 

http://www.plupload.com/documentation.php

 


 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值