Zend Framework:如何从 mySql Blob 字段下载文件
我正在 MySql 表的 blob 字段中上传文件(任何类型)。现在我可以从该字段获取二进制数据,当我打印它时,它会在 firbug 控制台中显示二进制数据。但我想在上传该文件时下载该文件。
如何将此二进制数据转换为原始文件?如何在 zend 中做到这一点?
谢谢
I am uploading files(any type) in MySql tables's blob field. Now I am able to get binary data from that field and when I print it, it shows binary data in firbug console. But I want to download that file as it was uploaded.
How can I convert this binary data into orignal file? How to do it in zend?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要将标头设置为您需要的最低限度
或者最好
You need to set the headers at minimum you need
Or preferablly