JSP 上传内容类型为“application/octet-stream”的文件
我正在开发一个项目,其中闪存上传一些内容类型为“application/octet-stream”的二进制数据,我需要将其保存在 Oracle 数据库的 BLOB 列中。
我可以使用 Commons 文件上传吗?
有这方面的示例代码吗?我只能找到内容类型“multipart/form-data”的代码。
I am working on a project which flash uploads some binary data with content type "application/octet-stream" and I need to save it in the BLOB column of the Oracle Database.
Can I use Commons fileupload?
Any sample code on this? I can just find the code for content type "multipart/form-data".
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)