上传头像增加图片格式的修改方法
作者:cmscn 日期:2005-04-23
修改upload.asp文件
1、找到:
if uppath="face" then
upload_type="gif"
up_name="face_"&login_id
end if
将其改为:
if uppath="face" then
upload_type="gif,jpg"
up_name="face_"&login_id
end if
2、找到:
"<font class=blue>GIF</font> 格式"
将其改为:"<font class=blue>GIF,JPG</font> 格式"
评论: 8 | 引用: 0 | 查看次数: 1403
发表评论
上一篇
下一篇

文章来自:
Tags:
相关日志:
