shisgmei 发表于 2017-12-30 14:33:20

php pdf文件上传,显示

<!DOCTYPE html>  
<html>
  
<head>
  <meta charset="UTF-8">
  <title>ZYY</title>
  
</head>
  
<body>
  
<form action="/home/image/upload" enctype="multipart/form-data" method="post">
  
<input type="file" name="image" /> <br>
  
<input type="submit" value="上传" />
  
</form>
  
<!-- pdf显示 -->

  <iframe src="__PUBLIC__/uploads/20170324/ea7e83fee6a1094a33d712301ad14a46.pdf" frameborder="0" scrolling="no">  
</body>
  
</html>
页: [1]
查看完整版本: php pdf文件上传,显示