Results 1 to 6 of 6

Thread: Loading Images From HD

  1. #1
    Join Date
    Jun 2007
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default 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

  2. #2
    Join Date
    Jun 2007
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    *bump*

  3. #3
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    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

  4. #4
    Join Date
    Jun 2007
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    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

  5. #5
    Join Date
    Jun 2007
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    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

  6. #6
    Join Date
    Jun 2007
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    *bump*

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •