我正在使用PHP創建多個上傳頁面,但不能讓它工作。這是我的表單代碼燈箱:如何使用燈箱獲取每個文件的描述?
<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>
好的.....我怎麼能得到每個文件的說明....例如:我選擇了10個文件,然後上傳我問每個文件的描述......請幫助我..... – sankars 2011-05-27 13:35:53
@sankars添加了一些東西到我的答案和鏈接到一個資源,希望幫助 – 2011-05-27 13:58:33