首页 相关文章 不用组件实现上载功能(2)

不用组件实现上载功能(2)

'---- file name /handld_upload.asp

<% Option Explicit %

<%
Response.Expires=0
Response.Buffer = TRUE
Response.Clear
Const IMAGE_SIZE = "width=""200"" height=""150"""
Dim UploadRequest
Set UploadRequest = Server.CreateObject("Scripting.Dictionary")

Dim byteCount, RequestBin
byteCount = Request.TotalBytes
RequestBin = Request.BinaryRead(byteCount)

BuildUploadRequest RequestBin

Dim saveURL, goURL, filepathname, value, filename
'---- save path
'saveURL = UploadRequest.Item("s...[ 查看全文 ]

2016-01-29 标签:

不用组件实现上载功能(2)的相关文章

手机页面
收藏网站 回到头部