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

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