主题:  我的论坛里为什么图片上传功能不能用

冷雨狂舞

职务:普通成员
等级:5
金币:15.6
发贴:2554
#12002/9/21 16:29:40
听说空间不支持fso就不可以上传。。。
但我在本地调试时也不能(我用xp,以装好iis)
上传文件具体代码如下:

<%
if Request("menu")="up" then

Set upl = Server.CreateObject("SoftArtisans.FileUp")
filename=""&year(date)&""&month(date)&""&day(date)&""&hour(time)&""&minute(time)&""&second(time)&""
%>

<%
select case ""&upl.ContentType&""
case "application/octet-stream"
error2("未知文件格式")
case "image/gif"
types="gif"
case "image/pjpeg"
types="jpg"
case "text/html"
types="htm"
case "text/plain"
types="txt"
case "application/msword"
types="doc"
case "application/x-zip-compressed"
types="zip"
case "application/x-shockwave-flash"
types="swf"
end select

if upl.TotalBytes > 102400 then
error2("文件大小不得超过 100 K\n当前的文件大小为 "&int(upl.TotalBytes/1024)&" K")
end if

if types="gif" or types="jpg" then
img="[img]images/upfile/"&filename&"."&types&"[/img]"
elseif types="htm" or types="txt" or types="doc" or types="zip" or types="swf" then
img="[img]images/affix.gif[/img][url="&cluburl&"images/upfile/"&filename&"."&types&"]相关附件[/url]"
else
error2("对不起,本服务器只支持GIF、JPG、HTM、TXT、DOC、ZIP、SWF格式的文件\n不支持 "&upl.ContentType&" 格式的文件")
end if

if ""&upl.TotalBytes&""=""&Request.Cookies("TotalBytes")&"" then
error2("请不要上传相同的文件!")
end if

upl.SaveAs Server.mappath("images/upfile/"&filename&"."&types&"")

Response.Cookies("TotalBytes")=""&upl.TotalBytes&""

set upl=nothing

response.write ""
response.write ""&cluburl&"images/upfile/"&filename&"."&types&""
response.end

else

%>




增加附件(100 K 以内)

<%
end if
%>



冷雨狂舞

职务:普通成员
等级:5
金币:15.6
发贴:2554
#22002/9/21 16:32:12
我的论坛地址是
easyworkroom.yeah.net
希望高手上去看看。。
用户名:test
密码: test



冷雨狂舞

职务:普通成员
等级:5
金币:15.6
发贴:2554
#32002/9/22 21:17:35
顶一下这个贴子。。。。。
大家帮个忙。。。



荣誉斑竹

职务:普通成员
等级:1
金币:1.0
发贴:301
#42002/9/22 21:48:44
你在本地调用时,也应该配置一下。
具体方法是在该文件夹上单击右键,在共享--安全选项设置中添加一个Internet来宾帐号就可以了。



5D荣誉斑竹

职务:普通成员
等级:3
金币:10.0
发贴:1480
#52002/9/23 0:23:24
你用的是组件,应该是服务器没有注册这个组件.
asp.6to23.com/cocoon/cocoon/code/upload.html
试试这个无组件上传.



今晚在线

职务:普通成员
等级:3
金币:1.0
发贴:761
#62002/9/23 1:08:05
这个上传方法好烦琐,有更好的办法……



冷雨狂舞

职务:普通成员
等级:5
金币:15.6
发贴:2554
#72002/9/23 10:08:17
谢谢大家帮忙,我准备换论坛系统了。。。用动网,他没有上传的问题。



冷月宫主

职务:普通成员
等级:1
金币:0.0
发贴:40
#82002/9/24 9:28:37
deepdark在上个帖子中说
引用:
你用的是组件,应该是服务器没有注册这个组件.
asp.6to23.com/cocoon/cocoon/code/upload.html
试试这个无组件上传.


哈哈,好用,我要了!谢谢,但为什么上传后没有文件名呢?



sunrise_5d

职务:普通成员
等级:1
金币:0.0
发贴:2
#92002/12/4 16:43:38
文件名你自己取一个吧,我写示例的时候忘记加上了。呵呵~`,抱歉。


Never lose my way ...