[PHP-DB] Re: file upload and php (Not a begginer question!)

2002-10-15 Thread Joran

Hi!

If you search for 4images on hotscripts.com (php section ofcourse),
you will find an image gallerey with the function you ask for, multiple
image uploads,
there you can upload a total of 10 images at the same time :) But I havent
had the
time to look at the code yet, just know it works :)

Good Luck :)

Jøran Sørbø :: Norway

Baroiller Pierre-Emmanuel [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 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 Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




[PHP-DB] Re: file upload and php (Not a begginer question!)

2002-10-15 Thread BAROILLER

Hi,

I've taken a look at theses scripts but, they also works with the standard
multipart-form data method...
I don't want to use this because it's too long for users when you try to
upload multiple huge files..
I'm looking for a tool or script that could work like a direct ftp browser
where you can select files and upload them fast as possible.

All i've found work with http forms...

No one have an idea ?
May be I had to work with another language, like java to do theses upload..
I don't knwo what to do...


Joran [EMAIL PROTECTED] a écrit dans le message de news:
[EMAIL PROTECTED]
 Hi!

 If you search for 4images on hotscripts.com (php section ofcourse),
 you will find an image gallerey with the function you ask for, multiple
 image uploads,
 there you can upload a total of 10 images at the same time :) But I havent
 had the
 time to look at the code yet, just know it works :)

 Good Luck :)

 Jøran Sørbø :: Norway




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




RE: [PHP-DB] Re: file upload and php (Not a begginer question!)

2002-10-15 Thread John W. Holmes

If you don't want to use HTML, then you'll have to use a Java, C/C++,
etc... type program...

---John Holmes...

 -Original Message-
 From: BAROILLER [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, October 15, 2002 4:12 PM
 To: [EMAIL PROTECTED]
 Subject: [PHP-DB] Re: file upload and php (Not a begginer question!)
 
 Hi,
 
 I've taken a look at theses scripts but, they also works with the
standard
 multipart-form data method...
 I don't want to use this because it's too long for users when you try
to
 upload multiple huge files..
 I'm looking for a tool or script that could work like a direct ftp
browser
 where you can select files and upload them fast as possible.
 
 All i've found work with http forms...
 
 No one have an idea ?
 May be I had to work with another language, like java to do theses
 upload..
 I don't knwo what to do...
 
 
 Joran [EMAIL PROTECTED] a écrit dans le message de news:
 [EMAIL PROTECTED]
  Hi!
 
  If you search for 4images on hotscripts.com (php section
ofcourse),
  you will find an image gallerey with the function you ask for,
multiple
  image uploads,
  there you can upload a total of 10 images at the same time :) But I
 havent
  had the
  time to look at the code yet, just know it works :)
 
  Good Luck :)
 
  Jøran Sørbø :: Norway
 
 
 
 
 --
 PHP Database Mailing List (http://www.php.net/)
 To unsubscribe, visit: http://www.php.net/unsub.php




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