摘要: 1. js版<input style="visibility:hidden" id="upload" type="file" name="xxx" onchange="var a=this.value;alert(a);document.getElementById('uploadname').innerHTML=a;" /><a id="uploadname" href="javascript:document.getElemen 阅读全文
posted @ 2013-02-28 15:44 甜菜波波 阅读(307) 评论(0) 推荐(0) 编辑
摘要: 第一种方法//上传文件publicvoidFN_UpFiles(){//遍历File表单元素HttpFileCollectionfiles=HttpContext.Current.Request.Files;//StringBuilderstrMsg=newStringBuilder();//strMsg.Append("上传的文件分别是:<hrcolor='pink'/>");try{for(intiFile=0;iFile<files.Count;iFile++){//检查文件扩展名字HttpPostedFilepostedFile=f 阅读全文
posted @ 2013-02-28 15:11 甜菜波波 阅读(231) 评论(0) 推荐(0) 编辑
摘要: 1.新建一个test.aspx页面<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head runat="server"> <title></title> <script 阅读全文
posted @ 2013-02-28 14:44 甜菜波波 阅读(304) 评论(0) 推荐(0) 编辑