RE: [PHP] File upload and php... not a beginner question...

2002-10-16 Thread David Freeman


  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




Re: [PHP] File upload and php... not a beginner question...

2002-10-16 Thread Marek Kilimajer

Well, you can use
form target=_blank 
onSubmit=document.location='please_be_patient_and_dont_close_the_new_window.html' 


Baroiller Pierre-Emmanuel wrote:

Hi,

everyone know how to upload files from the browser to your web server using
multipart-form method with move_downloaded_file() php function.

But... It's a slow method for multiple files  huge files transfert.

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 )?



  



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