struts.action.extension The URL extension to use to determine if the request is meant for a Struts action 用URL扩展名来确定是否这个请求是被用作Struts action,其实也就是设置 action的后缀,例如login.do的'do'字。 struts.configuration The org.apache.struts2.config.Configuration implemen
一个项目中用到的使用Volley上传头像文件的例子,供大家参考,具体内容如下
/**
* Created by wangshihui on 2015/11/30.
* 上传文件
* url:.....
method:post
参数:file
接口给的参数:file 就是表单的key,传给mFilePartName;
这是个测试类,测试上传头像没有问题,适合只上传单个文件的场景
*/
public class MultipartRequest extends Reques