hi all,
i am having a upload page where we can upload images.so the problem is wen i browse for uploading images i am getting a pop up as every one knows so in that if there are 4 images i need to upload in that popup,i am allowed to upload only one image at a time but i had seen in orkut that we can upload many images at a time. so i need to implement that. so can any one help me please.
thank u...

here is the just basic html code for uploading and please let me know wat are all the necessary changes should be done.

<html>
<body>
<form name="form1" method="post" action="uploadForm2.php">
  <input name="uploadNeed" type="file" id="uploadNeed" >
  <input type="submit" name="Submit" value="Submit">
</form>
</body>
</html>
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.