PHP Classes

Uploading multiple images at one shot.

Recommend this page to a friend!

      PHP Upload Multiple Images Ajax  >  All threads  >  Uploading multiple images at one shot.  >  (Un) Subscribe thread alerts  
Subject:Uploading multiple images at one shot.
Summary:Uploading multiple images at one shot.
Messages:5
Author:Akshay Malhotra
Date:2015-10-10 02:52:43
 

  1. Uploading multiple images at one shot.   Reply   Report abuse  
Picture of Akshay Malhotra Akshay Malhotra - 2015-10-10 02:52:43
Can you please modify it to upload multiple images at one shot? i.e. currently, if I have to upload 10 images, i have to browse and select 10 image 10 times, instead can it be modified so that when I browser, i select all 10 images in same folder in one shot and it uploads all 10 images?

thanks.

  2. Re: Uploading multiple images at one shot.   Reply   Report abuse  
Picture of manudg manudg - 2015-10-10 14:18:57 - In reply to message 1 from Akshay Malhotra
Hi, that is posible, put in the input file the multiple attribute ...

<input type="file" multiple class="btn btn-primary" />

Regards.


  3. Re: Uploading multiple images at one shot.   Reply   Report abuse  
Picture of manudg manudg - 2015-10-10 14:33:53 - In reply to message 1 from Akshay Malhotra
Hello :), it's true what you say and now I 'm reviewing is not possible upload multiple images at one shot, when selecting multiple images there is an error deleting some , because it eliminates the others, it will review these days to fix it. Regards.

  4. Re: Uploading multiple images at one shot.   Reply   Report abuse  
Picture of Akshay Malhotra Akshay Malhotra - 2015-10-11 03:06:34 - In reply to message 3 from manudg
Thanks and I hope you fix it soon.

  5. Re: Uploading multiple images at one shot.   Reply   Report abuse  
Picture of manudg manudg - 2015-10-11 15:56:29 - In reply to message 4 from Akshay Malhotra
Hello, now is possible upload multiple images at one shot, the fix already is available. Regards.