如何使用灯箱获取每个文件的描述?

问题描述

| 我正在使用PHP创建多个上传页面,但无法使其正常工作。这是我的Lightbox表单代码:
<div id=\"lightBox\"> 
  <div id=\"lightWrap\"> 
    <div id=\"closeBox\">X</div>
    <button class=\"prev\">Previous</button>
    <button class=\"next\">Next</button>
    <div id=\"my_div\"></div>
    <?php echo \"<div id=\'divlists\'>\".$rows.\"</div>\";?> 
    <p><span class=\"login_label\">Djname</span>
    <span class=\"login_input\">
      <form action=\"GET\" method=\"\" name=\"lightbox\" >
      <input type=\"text\"  name=\"name<?php  echo $rows; ?>[]\"  id=\"name<?php  echo $rows; ?>[]\" ></form></span></p>
      <div style=\"clear: both;\"></div>
      <p>
        <span class=\"login_label\">Music topic</span> 
        <span class=\"login_input\">
        <form name=\"light\">
          <input type=\"text\" name=\"topic<?php  echo $rows; ?>[]\" id=\"topic<?php  echo $rows; ?>[]\">
        </form>
      </p>
      <input type=\"image\" class=\"search_form\"  value=\"Refresh\"  src=\"Save2.png\" alt=\"Submit\" id=\"file_upload_start\" onclick=\"login()\"/> 
      <input type=\"button\" name=\"get_value\" id=\"get_value\" value=\"Get Value!!!\" />                                    
    </span>
  </div>  
</div> 
<div id=\"fade\"></div>
    

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)