一个页面怎么使用多个uploadify上传控件
2个回答
展开全部
在同一个页面中怎么样才能使两个uploadify在上传文件时互不影响。(实例化了两个uploadify)
目前的情况是我在页面中布置了两个uploadify都能用,但是第二个uploadify要等前一个uploadify上传完之后才能接着上传。高手们有没有解决办法?
是由于你后台ashx程序中用到了Session或者实现了IRequiresSessionState接口 导致的!
问题解决了,用到了两个uploadify实例的时候,两个处理程序不能同时有session,原理还在研究中,不过问题解决了,还是谢谢你吧。
目前的情况是我在页面中布置了两个uploadify都能用,但是第二个uploadify要等前一个uploadify上传完之后才能接着上传。高手们有没有解决办法?
是由于你后台ashx程序中用到了Session或者实现了IRequiresSessionState接口 导致的!
问题解决了,用到了两个uploadify实例的时候,两个处理程序不能同时有session,原理还在研究中,不过问题解决了,还是谢谢你吧。
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2016-04-25
展开全部
html里面两个inpute的ID不同的!
Html代码
<div title="列表首图" style="padding:10px;">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><div id="firstQueue"></div></td>
<td rowspan="2"><div id="imageshow"><img name="" src="<?php print $first_image ?>" width="234" height="195" alt="<?php print $dir . $china_id . '.jpg' ?>"></div></td>
</tr>
<tr>
<td align="center"><input name="first_upload" type="file" id="first_upload" size="6"></td>
</tr>
</table>
</div>
<div title="展示相册" style="padding:10px;">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><div id="fileQueue"></div></td>
<td><img name="" id="image_list_show" src="/uploads/0000000005/00000085/00000085.jpg" width="234" height="195" alt=""></td>
</tr>
<tr>
<td align="center"><input name="file_upload" type="file" id="file_upload" size="6"></td>
<td align="center">
<select name="image_list" id="image_list" editable="false" class="easyui-combobox" url="image_list_action.php?action=select&china_id=<?php print $china_id ?>"> </select>
<a href="#" class="easyui-linkbutton" plain="true" iconCls="icon-remove" onclick="delimage()">删除</a>
</td>
</tr>
</table>
</div>
Html代码
<div title="列表首图" style="padding:10px;">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><div id="firstQueue"></div></td>
<td rowspan="2"><div id="imageshow"><img name="" src="<?php print $first_image ?>" width="234" height="195" alt="<?php print $dir . $china_id . '.jpg' ?>"></div></td>
</tr>
<tr>
<td align="center"><input name="first_upload" type="file" id="first_upload" size="6"></td>
</tr>
</table>
</div>
<div title="展示相册" style="padding:10px;">
<table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><div id="fileQueue"></div></td>
<td><img name="" id="image_list_show" src="/uploads/0000000005/00000085/00000085.jpg" width="234" height="195" alt=""></td>
</tr>
<tr>
<td align="center"><input name="file_upload" type="file" id="file_upload" size="6"></td>
<td align="center">
<select name="image_list" id="image_list" editable="false" class="easyui-combobox" url="image_list_action.php?action=select&china_id=<?php print $china_id ?>"> </select>
<a href="#" class="easyui-linkbutton" plain="true" iconCls="icon-remove" onclick="delimage()">删除</a>
</td>
</tr>
</table>
</div>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询