日期:2014-05-17 浏览次数:20629 次
$(document).ready(function() { $("#uploadify").uploadify({ 'uploader' : '/Doctor/uploadify/uploadify.swf', 'script' : '/Doctor/servlet/UploadImage',//提交去servlet 'cancelImg' : '/Doctor/uploadify/cancel.png', 'folder' : 'uploads', 'queueID' : 'fileQueue', 'auto' : true, 'multi' : true, 'simUploadLimit' : 2, 'buttonText' : 'BROWSE' }); }); <div id="fileQueue"></div> <input type="file" name="uploadify" id="uploadify" /> <input name="Client" type="text" id="Client" readonly="true" value="<%=rsq.getString(1)%>"/>
form action="/Doctor/servlet/abc" method="post"