欧美特黄不卡,涩涩视频在线,成人国产精品一区二区网站,亚洲一区二区三区欧美

當(dāng)前位置:雨林木風(fēng)下載站 > 技術(shù)開發(fā)教程 > 詳細(xì)頁(yè)面

圖片數(shù)據(jù)的存與取示例

圖片數(shù)據(jù)的存與取示例

更新時(shí)間:2022-04-28 文章作者:未知 信息來(lái)源:網(wǎng)絡(luò) 閱讀次數(shù):

圖片數(shù)據(jù)存入數(shù)據(jù)庫(kù):
        sqlstr="select * from "&tbname&" where id is null"
        set rs=server.createobject("adodb.recordset")
        rs.Open sqlstr,conn,1,3
        rs.AddNew ()
        rs("title")=title
        rs("filename")=filename
        rs("filetype")=filetype
        rs("thelevel")=thelevel
        rs("uploaddate")=date()
        rs("uploadip")=request.ServerVariables("REMOTE_ADDR")
        rs("contenttype")=contenttype
        rs("data").AppendChunk (binstr)
        rs("size")=size
        rs("offset")=offset
        rs.Update
        rs.Close()

讀取顯示:
    rs.Open sqlstr,conn,3
    if not rs.EOF then
            contenttype=rs("contenttype")
            binstr=rs("data").GetChunk(rs("size")+rs("offset"))
            if rs("offset")=1 then
                binstr=midb(binstr,2)
            end if
            if instr(contenttype,"text/")=1 or _
               instr(contenttype,"image/")=1 or _
               instr(contenttype,"application/msword")=1 then
                response.contenttype=trim(contenttype)
                response.binarywrite binstr
            else
                response.addheader "Content-Disposition","attachment;filename="""&rs("filename")&""""
                response.contenttype=trim(contenttype)
                response.binarywrite binstr
            end if
            if request("preview")<>"yes" then
                sqlstr="update "&tbname&" set downtimes=downtimes+1 where id="&fileid
                conn.Execute sqlstr
            end if
    end if
說(shuō)明:
對(duì)于超長(zhǎng)的二進(jìn)制數(shù)據(jù)(如圖像數(shù)據(jù))要使用fieldname.AppendChunk() 和fieldname.GetChunk()來(lái)讀寫。

溫馨提示:喜歡本站的話,請(qǐng)收藏一下本站!

本類教程下載

系統(tǒng)下載排行

主站蜘蛛池模板: 金寨县| 平顺县| 阳西县| 宁陵县| 阿克苏市| 桓台县| 河曲县| 洪洞县| 台东县| 正阳县| 喀喇沁旗| 德庆县| 互助| 股票| 鄂伦春自治旗| 邯郸市| 库尔勒市| 寻乌县| 瑞安市| 南通市| 东乌| 福贡县| 兴安县| 惠安县| 平果县| 彝良县| 房产| 湖南省| 涿州市| 玉溪市| 黑山县| 岳池县| 仁怀市| 监利县| 青冈县| 射洪县| 洞头县| 延吉市| 车致| 松阳县| 闽侯县|