爱问知识人 爱问教育 医院库

ASP网页后台无法上传

首页

ASP网页后台无法上传

下载了一个破解版的ASP源码,现在后台在down.asp(下载)里无法上传图片及文件。在news.asp里确可以上传图片。以下是upload.asp的编码,请高手帮着看看哪里出问题了,谢谢!
'============================================================下载图片
sub downpic()
if Request.QueryString("submit")="downpic" then
uploadpath="/uploadFile/softdown/downpic/"
uploadsize="102400"
uploadtype="jpg/gif/png/bmp"
Set Uprequest=new UpLoadClass
    Uprequest.SavePath=uploadpath
    Uprequest.MaxSize=uploadsize*102400
    Uprequest.FileType=uploadtype
    AutoSave=true
    Uprequest.open
  if Uprequest.form("file_Err")<>0  then
  select case Uprequest.form("file_Err")
  case 1:str="<div style=""padding- :5px;""> <font color=blue>上传不成功!文件超过"&uploadsize&"k [<a href='j (-1)'>重新上传</a>]</font></div>"
  case 2:str="<div style=""padding- :5px;""> <font color=blue>上传不成功!文件格式不对 [<a href='j (-1)']>重新上传</a>]</font></div>"
  case 3:str="<div style=""padding- :5px;""> <font color=blue>上传不成功!文件太大且格式不对 [<a href='j (-1)'>重新上传</a>]</font></div>"
  end select
  response.write str
  else
  response.write "<script language=""javascript"">parent.form1.showpic.value='"&Uprequest.SavePath&Uprequest.Form("file")&"';" 
  response.write "</script>"
  response.write "<div style=""padding- :5px;""> <font color=red>文件上传成功</font> [<a href='j (-1)'>重新上传</a>]</div>"
  end if
Set Uprequest=nothing
end if
response.write "<form name=form action=?action=downpic&submit=downpic method=post enctype=multipart/form-data>"
response.write "<input type=file name=file class='tx' size='20'> "
response.write "<input type=submit name=submit value=上传 class=""tx1"">"
response.write "</form>"
end sub

提交回答

全部答案

类似问题

换一换

相关推荐

正在加载...
最新问答 推荐信息 热门专题 热点推荐
  • 1-20
  • 21-40
  • 41-60
  • 61-80
  • 81-100
  • 101-120
  • 121-140
  • 141-160
  • 161-180
  • 181-200
  • 1-20
  • 21-40
  • 41-60
  • 61-80
  • 81-100
  • 101-120
  • 121-140
  • 141-160
  • 161-180
  • 181-200
  • 1-20
  • 21-40
  • 41-60
  • 61-80
  • 81-100
  • 101-120
  • 121-140
  • 141-160
  • 161-180
  • 181-200
  • 1-20
  • 21-40
  • 41-60
  • 61-80
  • 81-100
  • 101-120
  • 121-140
  • 141-160
  • 161-180
  • 181-200

热点检索

  • 1-20
  • 21-40
  • 41-60
  • 61-80
  • 81-100
  • 101-120
  • 121-140
  • 141-160
  • 161-180
  • 181-200
返回
顶部
帮助 意见
反馈

确定举报此问题

举报原因(必选):