10/10/2018, 11:13
làm sao để Upload nhiều file bằng HTML5 và PHP
mình có form HTML nhu sau:
<form method=post action="doUpload.php" target="checkfile1" name=upload id="formupload" enctype="multipart/form-data">
<input type=file name=file id=file class=file multiple="">
<input type=submit name=btnU value="Tải lên" id=btn>
</form>
ai biết code php để nhận form này ko?????
<form method=post action="doUpload.php" target="checkfile1" name=upload id="formupload" enctype="multipart/form-data">
<input type=file name=file id=file class=file multiple="">
<input type=submit name=btnU value="Tải lên" id=btn>
</form>
ai biết code php để nhận form này ko?????
Bài liên quan
http://hacks.mozilla.org/2010/06/htm...drag-and-drop/
Trong bài đó Tomas nói về tính năng kéo/thả upload của Box.net.
Và 1 bài khác trên Mozilla :
https://developer.mozilla.org/en/usi...b_applications
Ở site của Apple Safari cũng có 1 tut dành cho webkit.
Cố gắng tận dụng khả năng của HTML5 đi các bạn