jspsmartupload使用技巧

jspsmartupload使用技巧
1、获得表单中文本框的数据:
mySmartUpload.getRequest().getParameter("applyusrname")
java.util.Enumeration e = mySmartUpload.getRequest().getParameterNames();

你可能感兴趣的:(jspsmartupload使用技巧)