当前位置:编程学习 > asp >>

如何用拦截表单的方法上传图片?

答案:

<script language="vbs">
sub send_onclick
dim f
set f=document.ff
photo=trim(f.photo.value)
if photo="" then
msgbox "
嘻嘻,还没照片呢!",64 ,"上传"
f.photo.focus
exit sub
end if
f.submit
end sub
sub retu_onclick
history.back
end sub
</script>

<form method=POST action=saveedit.asp name=ff enctype=multipart/form-data>
<input type=file name=photo>
<input type=button value=
开始上传 name=send>
</form>

[1]

上一个:如何用表单在线建立目录?
下一个:如何获知文件最后的修改日期和时间?

CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,