手机版 | 登录 | 注册 | 留言 | 设首页 | 加收藏
联系客服
当前位置: 网站首页 > 程序技巧 > asp > 文章 当前位置: asp > 文章

asp将二进制数据流保存成图片文件到服务器

时间:2023-11-09    点击: 次    来源:网络    添加者:佚名 - 小 + 大

<%
function getHTTPimg(url)
dim http
set http=server.createobject("MSXML2.XMLHTTP")
***.open "GET",url,false
Http.send()
if Http.readystate<>4 then exit function
getHTTPimg=Http.responseBody
set http=nothing
end function

function Save2Local(from,tofile)
dim geturl,objStream,imgs
geturl=trim(from)
imgs=gethttpimg(geturl)
Set objStream = Server.CreateObject("***.Stream")
objStream.Type =1
***.Open
objstream.write imgs
objstream.SaveToFile tofile,2
objstream.Close()
set objstream=nothing
end function

call Save2Local("http://www.baidu.com/img/baidu_logo_jr_0905_jy.gif" ,server.MapPath("1.gif"))

%>



ASP BinaryRead 方法

实例

下面的例子使用 BinaryRead 方法把一个请求的内容放入了一个安全的数组:

<%dim a,ba=Request.TotalBytesb=Request.BinaryRead(a)%>
实例来源


分享按钮

上一篇:asp自动返回页面代码

下一篇:asp生成html utf-8,Asp生成UTF8编码的静态页面的方法:adodb.stream组件

豫ICP备19032584号-1  |   QQ:80571569  |  地址:河南濮阳市  |  电话:13030322310  |  
Copyright © 2024 FE内容付费系统 版权所有,授权www.xingwp.cn使用 Powered by 66FE.COM