【问题标题】:How can i display any type image,doc,excel,pdf in that preview image box如何在该预览图像框中显示任何类型的图像、doc、excel、pdf
【发布时间】:2020-07-23 17:10:00
【问题描述】:

我想在该预览图像框中显示图像、doc、excel、pdf。如果有人可以提供帮助,请提供帮助

*{margin:0px; padding:0px;}
 #container{width:20%; padding:2%; box-shadow:0px 0px 10px #888888; margin:10px auto;}
 #image1{width:96% ; padding:2%; border:1px dashed green;}
 #header{background:#405570; color:white;text-align:center; padding:2%;}
 #view-image{border-radius:5px; overflow:hidden;}
 #preview-image{padding:1%; border:1px solid #efefef; height:200px;}
<div id="container"> 
  <form method="post" action="upload_file.php" enctype="multipart/form-data">
  <input type="file" id="image" />
  </form>
  <br>

  <div id="view-image">
   <h3 id="header">Preview Image</h3>
   
   <div id="preview-image">
   image will show right here
   </div>
   
  </div>

 </div>

【问题讨论】:

    标签: javascript html jquery css twitter-bootstrap


    【解决方案1】:

    你可以试试jquery file uplad plugin https://blueimp.github.io/jQuery-File-Upload/

    【讨论】:

    • 但我也想显示 pdf 文件或 excel 或文档
    猜你喜欢
    • 2023-03-31
    • 1970-01-01
    • 1970-01-01
    • 2016-09-04
    • 2020-10-12
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多