Java开发网 Java开发网
注册 | 登录 | 帮助 | 搜索 | 排行榜 | 发帖统计  

您没有登录

» Java开发网 » Servlet/JSP/JSF/JavaFX Script  

按打印兼容模式打印这个话题 打印话题    把这个话题寄给朋友 寄给朋友    该主题的所有更新都将Email到你的邮箱 订阅主题
reply to postflat modethreaded modego to previous topicgo to next topicgo to back
作者 问:我通过vb(xmlhttp)提交过来的文件,jsp怎样接收?下面是asp的,那位高人改改
itking





发贴: 4
于 2004-09-06 11:09 user profilesend a private message to userreply to postsearch all posts byselect and copy to clipboard. 
ie only, sorry for netscape users:-)add this post to my favorite list
<%@ LANGUAGE=VBScript%>
<% Option Explicit
Response.Expires = 0

dim ado_stream
dim xml_dom
Dim i
Dim UpPath
dim CurrentFileName
Dim oNodelist
Dim currNode

'注意:这个文件夹一定要存在的
UpPath = Server.MapPath("\") & "\upload\"

set ado_stream = Server.CreateObject("ADODB.Stream")
set xml_dom = Server.CreateObject("MSXML2.DOMDocument")
xml_dom.load(request)

Set oNodelist = xml_dom.selectNodes("/root/file")
For i = 0 To oNodelist.length - 1
Set currNode = oNodelist.Item(i).selectSingleNode("filename")
CurrentFileName = currNode.Text

Set currNode = oNodelist.Item(i).selectSingleNode("fileContent")
ado_stream.Type = 1 ' 1=adTypeBinary
ado_stream.open

ado_stream.Write currNode.nodeTypedValue
ado_stream.SaveToFile UpPath & CurrentFileName,2 ' 2=adSaveCreateOverWrite
ado_stream.close
Next
set ado_stream = Nothing
set xml_dom = Nothing
Response.Write "Upload successful!"
%>




学java的朋友,请一起来投票让sun推出中文jdk文档!!!

话题树型展开
人气 标题 作者 字数 发贴时间
2508 问:我通过vb(xmlhttp)提交过来的文件,jsp怎样接收?下面是asp的,那位高人改改 itking 909 2004-09-06 11:09
2069 Re:问:我通过vb(xmlhttp)提交过来的文件,jsp怎样接收?下面是asp的,那位高人改改 itking 3 2004-09-06 16:42
2021 Re:问:我通过vb(xmlhttp)提交过来的文件,jsp怎样接收?下面是asp的,那位高人改改 itking 9 2004-09-07 08:57
2060 Re:问:我通过vb(xmlhttp)提交过来的文件,jsp怎样接收?下面是asp的,那位高人改改 xml1123 62 2004-09-20 14:23
2054 Re:问:我通过vb(xmlhttp)提交过来的文件,jsp怎样接收?下面是asp的,那位高人改改 iqueen 2816 2004-09-27 17:46

reply to postflat modethreaded modego to previous topicgo to next topicgo to back
  已读帖子
  新的帖子
  被删除的帖子
Jump to the top of page

   Powered by Jute Powerful Forum® Version Jute 1.5.6 Ent
Copyright © 2002-2021 Cjsdn Team. All Righits Reserved. 闽ICP备05005120号-1
客服电话 18559299278    客服信箱 714923@qq.com    客服QQ 714923