getting images?? Help!!

Ask a Question related to PHP Development, Design and Development.

  1. #1

    Default getting images?? Help!!

    I have created a little image manager. Mainly for personal usage but I have
    a few friends that would like it as well. Anyway, the problem that I've run
    into is that I can only select one file at a time using the form attribute
    <input type="file"> that I want to upload. Does anyone know of a way to
    select multiple files using some other way? I haven't the slightest idea of
    how to go about this other than maybe Java or something.

    thanks


    Micah Montoy Guest

  2. Similar Questions and Discussions

    1. Extension: Dynamic Images/Advance Random Images
      Hi there, I have downloaded 2 extensions: Dynamic Images or/and Advanced Random Images (kaosweaver.com); it seems both are the same and I have...
    2. Swapping Cell Images for Background Images
      Is there any plugin or extention for DW(studio8) out there that will quickly and with one click, let me remove an image inside a cell and...
    3. Creating Quick Vector Images from Raster images
      Hi ! I am aware of the conventional methods to create vector images from raster images, i.e. drawing the lines individually, then adding...
    4. scrolling images/slider NOT motion images PLEASE REPLY someone
      i want scrolling images...... like scroll bar with text but scroll bar with images...i dont it as in motion pictures....IF no one knows wot i mean...
    5. Best book for creating new images and how to print multiple images
      Hi Cliff, I'm afraid I can't help with part 1 of your question, being relatively new at PE2 myself, but there a those that frequent the group that...
  3. #2

    Default Re: [PHP] getting images?? Help!!


    On Tuesday, August 12, 2003, at 11:26 AM, Micah Montoy wrote:
    > I have created a little image manager. Mainly for personal usage but
    > I have
    > a few friends that would like it as well. Anyway, the problem that
    > I've run
    > into is that I can only select one file at a time using the form
    > attribute
    > <input type="file"> that I want to upload. Does anyone know of a way
    > to
    > select multiple files using some other way? I haven't the slightest
    > idea of
    > how to go about this other than maybe Java or something.
    It's beyond HTML/PHP... yes, Java or Flash may be an option, and so
    would zipping all the files together, then unzipping on the server.

    Justin

    Justin French Guest

  4. #3

    Default Re: [PHP] getting images?? Help!!

    Thanks everyone. That's what I figured. Fortunately I know Flash, so I'll
    just whip something up and integrate it with my current form.


    "Justin French" <justin@indent.com.au> wrote in message
    news:23C4F4F6-CC66-11D7-BFF5-000A9579CE3A@indent.com.au...
    >
    > On Tuesday, August 12, 2003, at 11:26 AM, Micah Montoy wrote:
    >
    > > I have created a little image manager. Mainly for personal usage but
    > > I have
    > > a few friends that would like it as well. Anyway, the problem that
    > > I've run
    > > into is that I can only select one file at a time using the form
    > > attribute
    > > <input type="file"> that I want to upload. Does anyone know of a way
    > > to
    > > select multiple files using some other way? I haven't the slightest
    > > idea of
    > > how to go about this other than maybe Java or something.
    >
    > It's beyond HTML/PHP... yes, Java or Flash may be an option, and so
    > would zipping all the files together, then unzipping on the server.
    >
    > Justin
    >

    Micah Montoy Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139