Stephen68 Posted March 28, 2009 Share Posted March 28, 2009 Hello! I have an upload script that will upload an image and also make the thumb for the image as well. What I was wondering was about multi images. Right now the script only uploads one image at a time and I would like to be able to upload say 10 at one time. Is this just a matter of looping through each image submitted in the form and rerunning the same upload code over each one? Thanks for you thoughts in advance! Stephen Quote Link to comment https://forums.phpfreaks.com/topic/151513-upload-script/ Share on other sites More sharing options...
.josh Posted March 28, 2009 Share Posted March 28, 2009 I suggest you look into an ajax based file uploader for multiple file uploads. The backend php code would be the same but you would use javascript to loop through each file and send it one at a time. Quote Link to comment https://forums.phpfreaks.com/topic/151513-upload-script/#findComment-795788 Share on other sites More sharing options...
Stephen68 Posted March 28, 2009 Author Share Posted March 28, 2009 Ok thanks for the thoughts, you don't of a good place to read up on ajax passing one var at a time to the php script do you .. Quote Link to comment https://forums.phpfreaks.com/topic/151513-upload-script/#findComment-795826 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.