>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            http://mike.teczno.com/contact.html


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to