[PHP] getting images?? Help!!

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

  1. #1

    Default Re: [PHP] 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.
    Having multiple file input copies is pretty much the only way - for
    security reasons, the file input widget can't be visually or functionally
    tampered with. Typically, you might want to start with a small set number
    (one?), and allow the user to ask for more.

    ---------------------------------------------------------------------
    michal migurski- contact info and pgp key:
    sf/ca [url]http://mike.teczno.com/contact.html[/url]

    Mike Migurski 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!!

    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.
    Not with HTML. You can only select one file at a time with an HTML file
    element.

    --
    ---John Holmes...

    Amazon Wishlist: [url]www.amazon.com/o/registry/3BEXC84AB3A5E/[/url]

    PHP|Architect: A magazine for PHP Professionals – [url]www.phparch.com[/url]




    John W. Holmes 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