> I'm currently working on a big photo album tool, and I want 
 > to provide user
 > the ability to upload a lot of jpeg files in one time...
 > The big problem with form is it's too slow...
 > 
 > Does anyone know how to by-pass this ( with java or other 
 > tools )?????

It's primarly slow because of the time it takes to upload the files -
the larger the files and the slower the link, the longer it will take.
There isn't a whole lot that you can do about this with java or any
other tricks.

Depending on your audience and requirements you could always just
teach/ask people to use ftp where they at least get some feedback on the
upload process.

CYA, Dave




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

Reply via email to