programguru Posted February 18, 2009 Share Posted February 18, 2009 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? Link to comment https://forums.phpfreaks.com/topic/145834-multiple-images-upload-display-recommendation/ Share on other sites More sharing options...
programguru Posted February 18, 2009 Author Share Posted February 18, 2009 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... Link to comment https://forums.phpfreaks.com/topic/145834-multiple-images-upload-display-recommendation/#findComment-765678 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.