PHP上传实例代码并防止重复上传
作者 佚名技术
来源 NET编程
浏览
发布时间 2012-05-24
nbsp; //echo "<p>恭喜你!上传文件成功。</p>"; //echo "<script language=''javascript''>close();</script>"; //echo "<script>location.href='''';</script>"; //echo "<meta http-equiv="refresh" content="0;URL=http://domain.com/test.html">";#原型 echo "<meta http-equiv="refresh" content="3;URL=/"><div id="container" style="margin:40px; padding:40px;text-align:center; font-size:12px; border:#0099FF double;">上传成功!</div>"; }else{ echo $messg; } } }else{ ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <title>文件上传</title> <style type="text/css"> <!-- .pt11 { font-size: 11pt; color: #333333; } --> </style> </head> <body> <form id="form1" name="form1" method="post" enctype="multipart/form-data" action=""> <table width="500" border="0" align="center" cellspacing="1" bgcolor="#666699" class="pt11"> <tr> <td height="25" bgcolor="#9999FF">上传</td> </tr> <tr> <td height="60" align="center" bgcolor="#F1F1F1"> <input name="file" type="file" id=" |
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |
你可能对下面的文章感兴趣
上一篇: php 打印、显示、输出函数 收集下一篇: 用PHP实现登陆条行码验证码
关于PHP上传实例代码并防止重复上传的所有评论