上传头像增加图片格式的修改方法



修改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> 格式"

文章来自: Original
引用通告: 查看所有引用 | 我要引用此文章
Tags:
相关日志:
评论: 8 | 引用: 0 | 查看次数: 1359
发表评论
昵 称:
密 码: 游客发言不需要密码.
内 容:
验证码: 验证码
选 项:
虽然发表评论不用注册,但是为了保护您的发言权,建议您注册帐号.
字数限制 20 字 | UBB代码 关闭 | [img]标签 关闭