上传 要在点击它的时候允许用户选择一张本机图片上传,代码怎么写?------解决方案--------------------http://www.w3sch">
当前位置:Gxlcms > PHP教程 > 上传图片功能怎么实现

上传图片功能怎么实现

时间:2021-07-01 10:21:17 帮助过:2人阅读

上传图片功能如何实现
有一个按钮如下:
HTML code
  1. <!--
  2. Code highlighting produced by Actipro CodeHighlighter (freeware)
  3. http://www.CodeHighlighter.com/
  4. -->button id="up">上传

要在点击它的时候允许用户选择一张本机图片上传,代码怎么写?

------解决方案--------------------
http://www.w3school.com.cn/php/php_file_upload.asp
------解决方案--------------------
HTML code
  1. <input type="file" name="file" id="file">
  2. <input type="submit" name="submit" value="上传" id="up">

人气教程排行