有关文件上传存储的问题

简介: 代码如下 Sub uploadfile()sub uploadfile(sender as object, e as system.Eventargs)    dim s as string    s="d:\updata\" & system.io.path.getfilename(butimage.postedfile.filename)    butimage.postedfile.saveas(s)end sub        运行后出现问题如下: “/fileup”应用程序中的服务器错误。
代码如下
img_a6339ee3e57d1d52bc7d02b338e15a60.gif < %@ Page Language = " vb "  Debug = " true "  % >
img_a6339ee3e57d1d52bc7d02b338e15a60.gif
img_a6339ee3e57d1d52bc7d02b338e15a60.gif
< html >
img_a6339ee3e57d1d52bc7d02b338e15a60.gif
< script language = " vb "  runat = server >
img_405b18b4b6584ae338e0f6ecaf736533.gifimg_1c53668bcee393edac0d7b3b3daff1ae.gif
Sub uploadfile() sub uploadfile(sender as object, e as system.Eventargs)
img_33d02437d135341f0800e3d415312ae8.gif    
dim s as string
img_33d02437d135341f0800e3d415312ae8.gif    s
="d:\updata\" & system.io.path.getfilename(butimage.postedfile.filename)
img_33d02437d135341f0800e3d415312ae8.gif    butimage.postedfile.saveas(s)
img_05dd8d549cff04457a6366b0a7c9352a.gifend sub

img_a6339ee3e57d1d52bc7d02b338e15a60.gif
</ script >
img_a6339ee3e57d1d52bc7d02b338e15a60.gif
< body >
img_a6339ee3e57d1d52bc7d02b338e15a60.gif
< form runat = " server "  enctype = " multipart/form-data " >
img_a6339ee3e57d1d52bc7d02b338e15a60.gif    
< input  type = file runat = server id = butimage />< br >
img_a6339ee3e57d1d52bc7d02b338e15a60.gif    
< input  type = button id = yesbutton onserverclick = uploadfile runat = server value = " 提交 " />
img_a6339ee3e57d1d52bc7d02b338e15a60.gif
</ form >
img_a6339ee3e57d1d52bc7d02b338e15a60.gif
</ body >
img_a6339ee3e57d1d52bc7d02b338e15a60.gif
</ html >

运行后出现问题如下:

img_a6339ee3e57d1d52bc7d02b338e15a60.gif / fileup”应用程序中的服务器错误。
img_a6339ee3e57d1d52bc7d02b338e15a60.gif
--------------------------------------------------------------------------------
img_a6339ee3e57d1d52bc7d02b338e15a60.gif
img_a6339ee3e57d1d52bc7d02b338e15a60.gif未找到路径“d:
\ updata \ boat.gif”的一部分。 
img_a6339ee3e57d1d52bc7d02b338e15a60.gif说明: 执行当前 Web 请求期间,出现未处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。 
img_a6339ee3e57d1d52bc7d02b338e15a60.gif
img_a6339ee3e57d1d52bc7d02b338e15a60.gif异常详细信息: System.IO.DirectoryNotFoundException: 未找到路径“d:
\ updata \ boat.gif”的一部分。
img_a6339ee3e57d1d52bc7d02b338e15a60.gif
img_a6339ee3e57d1d52bc7d02b338e15a60.gif源错误: 
img_a6339ee3e57d1d52bc7d02b338e15a60.gif
img_a6339ee3e57d1d52bc7d02b338e15a60.gif
img_a6339ee3e57d1d52bc7d02b338e15a60.gif行 
7 :       dim  s  as   string
img_a6339ee3e57d1d52bc7d02b338e15a60.gif行 
8 :      s = " d:\updata\ "   &  system.io.path.getfilename(butimage.postedfile.filename)
img_a6339ee3e57d1d52bc7d02b338e15a60.gif行 
9 :      butimage.postedfile.saveas(s)
img_a6339ee3e57d1d52bc7d02b338e15a60.gif行 
10 : 
img_a6339ee3e57d1d52bc7d02b338e15a60.gif行 
11 :  end sub
img_a6339ee3e57d1d52bc7d02b338e15a60.gif 
img_a6339ee3e57d1d52bc7d02b338e15a60.gif
img_a6339ee3e57d1d52bc7d02b338e15a60.gif源文件: c:
\ inetpub \ wwwroot \ fileup \ index.aspx    行:  9  
img_a6339ee3e57d1d52bc7d02b338e15a60.gif
img_a6339ee3e57d1d52bc7d02b338e15a60.gif堆栈跟踪: 
img_a6339ee3e57d1d52bc7d02b338e15a60.gif
img_a6339ee3e57d1d52bc7d02b338e15a60.gif
img_a6339ee3e57d1d52bc7d02b338e15a60.gif[DirectoryNotFoundException: 未找到路径“d:
\ updata \ boat.gif”的一部分。]
img_a6339ee3e57d1d52bc7d02b338e15a60.gif   System.IO.__Error.WinIOError(Int32 errorCode, 
String   str + 287
img_a6339ee3e57d1d52bc7d02b338e15a60.gif   System.IO.FileStream..ctor(
String  path, FileMode mode, FileAccess access, FileShare share, Int32 bufferSize,  Boolean  useAsync,  String  msgPath,  Boolean  bFromProxy)  + 888
img_a6339ee3e57d1d52bc7d02b338e15a60.gif   System.IO.FileStream..ctor(
String  path, FileMode mode)  + 52
img_a6339ee3e57d1d52bc7d02b338e15a60.gif   System.Web.HttpPostedFile.SaveAs(
String  filename)  + 48
img_a6339ee3e57d1d52bc7d02b338e15a60.gif   ASP.index_aspx.uploadfile(
Object  sender, EventArgs e)  in  c: \ inetpub \ wwwroot \ fileup \ index.aspx: 9
img_a6339ee3e57d1d52bc7d02b338e15a60.gif   System.Web.UI.HtmlControls.HtmlInputButton.OnServerClick(EventArgs e) 
+ 108
img_a6339ee3e57d1d52bc7d02b338e15a60.gif   System.Web.UI.HtmlControls.HtmlInputButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(
String  eventArgument)  + 57
img_a6339ee3e57d1d52bc7d02b338e15a60.gif   System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, 
String  eventArgument)  + 18
img_a6339ee3e57d1d52bc7d02b338e15a60.gif   System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) 
+ 138
img_a6339ee3e57d1d52bc7d02b338e15a60.gif   System.Web.UI.Page.ProcessRequestMain() 
+ 1277
img_a6339ee3e57d1d52bc7d02b338e15a60.gif
img_a6339ee3e57d1d52bc7d02b338e15a60.gif 
img_a6339ee3e57d1d52bc7d02b338e15a60.gif
img_a6339ee3e57d1d52bc7d02b338e15a60.gif
img_a6339ee3e57d1d52bc7d02b338e15a60.gif
--------------------------------------------------------------------------------
img_a6339ee3e57d1d52bc7d02b338e15a60.gif版本信息: Microsoft .NET Framework 版本:
1.1 . 4322.573 ; ASP.NET 版本: 1.1 . 4322.573  


请各位大侠帮我看看呀!
相关文章
C#文件上传
C#文件上传
68 0
|
1月前
|
存储 PHP 文件存储
32 单文件上传
路老师分享PHP文件上传教程,涵盖配置php.ini、使用$_FILES变量和move_uploaded_file()函数等关键步骤,帮助你轻松实现单文件上传功能。纯干货,技术知识分享。
34 1
|
2月前
|
存储 网络协议 前端开发
存储网站文件
【10月更文挑战第25天】
39 4
|
1月前
|
Java
smartupload文件上传!
使用 `smartupload.jar` 实现文件上传和下载。首先将 `smartupload.jar` 添加到项目中,然后创建上传页面,确保表单使用 `POST` 方法并设置 `enctype=&quot;multipart/form-data&quot;`。接着在服务器端通过 `SmartUpload` 对象处理文件上传,保存文件到指定目录,并获取表单中的其他数据。最后,实现文件下载功能,设置响应头以触发浏览器下载文件。
63 0
|
7月前
|
JSON 数据格式
文件上传~~
文件上传~~
50 0
|
4月前
|
前端开发 JavaScript 数据库
多个文件上传
多个文件上传
37 0
|
JavaScript 前端开发 移动开发
浅谈文件上传
浅谈文件上传
浅谈文件上传
|
7月前
|
移动开发 前端开发
VForm3的文件上传方式
VForm3的文件上传方式
210 0
|
存储 移动开发 JavaScript