然后用apache实现文件上载功能

发布时间:2020-04-24 20:46:35 作者:strongdady
来源:网络 阅读:399

在apache官网的commons里面有实现库
Commons FileUpload

The Commons FileUpload package makes it easy to add        robust, high-performance, file upload capability to your servlets and        web applications.

FileUpload parses HTTP requests which conform to        RFC 1867,        "Form-based File Upload in HTML". That is, if an HTTP request is        submitted using the POST method, and with a content type of        "multipart/form-data", then FileUpload can parse that request, and        make the results available in a manner easily used by the caller.

Starting with version 1.3, FileUpload handles        RFC 2047 encoded header values.

The simplest way to send a multipart/form-data request to a server is via a web form, i.e.


<form method="POST" enctype="multipart/form-data" action="fup.cgi">
  File to upload: <input type="file" name="upfile"><br/>
  Notes about the file: <input type="text" name="note"><br/>
  <br/>
  <input type="submit" value="Press"> to upload the file!
</form>

推荐阅读:
  1. Apache如何开启Rewrite功能
  2. Vuejs jasnyBoostrap 上载 多张图片的预览效果

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

request package content

上一篇:嵌入式PowerPC通过unixODBC/freetds访问SQL Server数据库(一)

下一篇:MySQL查询缓存

相关阅读

您好,登录后才能下订单哦!

密码登录
登录注册
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》