Log in

View Full Version : Loading Images From HD



christoria
06-25-2007, 04:05 AM
Hello,

I'm looking for a way to load multiple images from a hard drive to a single page form. I need to be able to load up to 11 images in separate places on the form. It is not a form for submitting, but for printing, so thumnail size is what I would like to see - 150x150 or so. I've found many scripts to do this, but they all only load one image. I cannot place multiple images in the form.

Thank you so much for your time,

christoria

christoria
07-04-2007, 03:06 AM
*bump*

djr33
07-04-2007, 03:19 AM
Just make more file elements in the form. Then add more interpretation for these elements in the receiving script. There's not much more we can tell you without seeing the script.

christoria
07-11-2007, 03:46 AM
OK, terrible question, but true story. Does someone know how to write one these types of scripts really quick? I have lost all three of my scripts to do this. So, I cannot show you what I have so far. I have a couple of other places to look, but I'm at a loss right now.

Thank you for your time,

christoria

christoria
07-14-2007, 10:57 PM
Hello, I found it! The code is below. I found this on the Internet somewhere, possibly here, but it does exactly what I want it to - once. I need this done many times in the same form. Can anyone modify this for me to do that?

Code: <input type="file" name="f1" accept="image/jpeg" onchange="document.preview.src=this.value;">
<img src="images/spacer.gif" name="preview" width="150" height="150" border="0">

Thank you for your time,

christoria

christoria
07-24-2007, 03:41 AM
*bump*