Jump to content

multiple image upload with ordering...


zander1983

Recommended Posts

Hi

I want to allow users to upload multiple pictures and allow the user to rearrange the order before being uploaded. I have some javascript which populates a select tag with the image names after selecting an image to upload, and some other javascript that allows the users to move the options up and down the list. So it ouputs code such as this to user if they have selected 2 image files for uploading:

 

<select size="6" id="file_list" name="file_list">

<option value="file_0">DSCN2794.JPG</option>

                                <option value="file_1">DSCN2787.JPG</option>

</select>

 

I dont know if this is the correct way of approaching it because then in the back end, I use $_FILES, which doesn't care what order the options are in the select tag....

Any advice?

Thanks!

Link to comment
https://forums.phpfreaks.com/topic/249711-multiple-image-upload-with-ordering/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.