Ask a Question related to PHP Development, Design and Development.
-
Mike Migurski #1
Re: [PHP] getting images?? Help!!
>I have created a little image manager. Mainly for personal usage but I
Having multiple file input copies is pretty much the only way - for>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.
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
-
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... -
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... -
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... -
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... -
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... -
John W. Holmes #2
Re: [PHP] getting images?? Help!!
Micah Montoy wrote:
Not with HTML. You can only select one file at a time with an HTML file> 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.
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



Reply With Quote

