-
Loading Images From HD
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
-
-
-
-
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.
Daniel -
Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum
-
-
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
-
-
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
-
-
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks