Gabriel Guzman wrote:
On Thursday 01 April 2004 09:41 am, Jeff D. Hamann wrote:

I often travel and would like to be able to upload digital photos to my
server (either using a simple multiple file upload (one that I can select
multiple file using the windows file dialog, or some other method that's
idiot proof) and simply save them to my hard disk, or to a mysql database.
Is there a simple set of scripts available for that? I've searched the web
and only found lots of references to "how to build a huge table with a
bunch of browse... buttons to select single files at a time to upload
images in an array which doesn't seem like a meaningful solution. I haven't
been able to figure out how to allow multiple selects in the windows file
dialog box either. Is that possble using php and the html forms?


check out gallery:

http://gallery.menalto.com/

it is pretty easy to setup, and works very well, and is very easy to use.

gabe.


That still doesn't allow what Jeff wants to do! HTML file upload forms only allow you to select one file at a time. Some software (such as Gallery) allows you to upload a zip file containing multiple images.


Gallery also allows you to connect with the very useful Gallery Remote, which does allow you to upload multiple files at once.

HTH,

Mike

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



Reply via email to