我有一个网站,它接收网址地址(www.xxx.html?name=David)中的参数<span name="uname" id="uname"> </span>, I'd like to thank you
<script src="//code.jquery.com/jquery-1.12.0.min.js"></script>
我需要向POST请求添加更多参数,我已经阅读了github.com上关于dropzonejs.com和维基的文档,参数已添加到请求中。问题是文件的默认参数是files[0],files[1] ...(我将paramName选项设置为files),但是我不能使用java spring mvc代码接收files参数。info,HttpServletRequest request,@Reques