Jump to content

Multiple Images Upload & Display Recommendation


programguru

Recommended Posts

So far I have gotten my script to the point of uploading 1 image.

 

I would like to extend this per transaction to:

 

1) Upload unlimited images (disregarding server limits).

 

2) Manage the uploaded images (edit/delete).

 

3) Position the images in linear format for UI display.

 

Does anyone have a recommendation on a tutorial, or other documents that cover this specifically? Or your own ideas on where to start with this?

 

I should have mentioned I have a way to do this by creating arrays for each "Browse" option, but what I really need to be able to do is:

 

Let's say I have already uploaded 5 images, and I want to add another, I should have a link that says "Add Another Image", and that would create a new Browse box to submit a new image.

 

SO I am beginning to think some type of while array will be the only way to do this, and will also need some javascript to control the dom Browse div box...

 

Still seeking answers...

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.