PHP 中,点击"编辑"之后,怎样在html表单中,添加file类型的名称?
上面面是文章列表,点击编辑链接之后,跳转到编辑页面,如下图:text框中的值都能获取到,但是file类型文件,获取不到数据库中的文件名,该怎样才能获取到file类型名称呢...
上面面是文章列表,点击编辑链接之后,跳转到编辑页面,如下图:
text框中的值都能获取到,但是file类型文件,获取不到数据库中的文件名,该怎样才能获取到file类型名称呢?
编辑页面的代码如下:
<html> <head></head> <body> <div id="top"><h2>客房管理</h2></div> <div id="roomsMain"> <form action="model/roomAdd.php" ENCTYPE="multipart/form-data" method="post"> 房间名称:<input type="text" name="name" value="<?php echo getName();?>"><br/> 房间图片:<input type="file" name="picture" value="<?php echo getPicture();?>"><br/> 房间描述:<textarea rows="3" cols="20" name="description" value="#"><?php echo getDescription();?></textarea><br/> 原价:<input type="text" name="originalPrice" value="<?php echo getOriginalPrice();?>">元<br/> 现价:<input type="text" name="currentPrice" value="<?php echo getCurrentPrice();?>">元<br/> 房间总数:<input type="text" name="sum" value="<?php echo getRoomCount();?>">间<br/> <input type="submit" name="" value="添加"> </form> </div> </body></html> 展开
text框中的值都能获取到,但是file类型文件,获取不到数据库中的文件名,该怎样才能获取到file类型名称呢?
编辑页面的代码如下:
<html> <head></head> <body> <div id="top"><h2>客房管理</h2></div> <div id="roomsMain"> <form action="model/roomAdd.php" ENCTYPE="multipart/form-data" method="post"> 房间名称:<input type="text" name="name" value="<?php echo getName();?>"><br/> 房间图片:<input type="file" name="picture" value="<?php echo getPicture();?>"><br/> 房间描述:<textarea rows="3" cols="20" name="description" value="#"><?php echo getDescription();?></textarea><br/> 原价:<input type="text" name="originalPrice" value="<?php echo getOriginalPrice();?>">元<br/> 现价:<input type="text" name="currentPrice" value="<?php echo getCurrentPrice();?>">元<br/> 房间总数:<input type="text" name="sum" value="<?php echo getRoomCount();?>">间<br/> <input type="submit" name="" value="添加"> </form> </div> </body></html> 展开
3个回答
展开全部
自己做的程序?不能在上传按钮里面写的,可以在上传按钮的后面写。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
错了不能这样写,在按钮后写,然后用['输入框name']获得信息赋值给变量再输出 <?php =['picture']; echo ; ?>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询