Re: [PHP-DB] Uploading multiple files?

2006-07-04 Thread J R

got curious of evans question. is there a way whithout having multiple
input type=file ... form to upload multiple files. only one input
field but when browse is click and the file selection window poped, multiple
files can be selected at once and then uploaded.

thanks.

john

On 7/4/06, Bastien Koert [EMAIL PROTECTED] wrote:


http://www.sitepoint.com/article/php-gallery-system-minutes is a great
aticle with code on this...

bastien


From: Skip Evans [EMAIL PROTECTED]
To: PHP DB php-db@lists.php.net
Subject: [PHP-DB] Uploading multiple files?
Date: Mon, 03 Jul 2006 15:08:48 -0600

Hey all,

I have a client who uses a Java applet to allow site members upload
multiple files (photos) at a time, as many as 40 or 50 sometimes, to his
site.

He wants to get away from the applet and use a PHP solution that will fit
more seamlessly into his site, but it still must be able to upload
multiple
files.

Does anyone know of a way to construct a form such that multiple files
can
be highlighted in a single stroke, brought into say a textarea type
field,
and then uploaded?

I can't think of a way to do this, so anyone that can point me in the
right
direction would be most appreciated.

Thanks!
--
Skip Evans
Big Sky Penguin, LLC
61 W Broadway
Butte, Montana 59701
406-782-2240

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





--
GMail Rocks!!!


Re: [PHP-DB] Uploading multiple files?

2006-07-04 Thread Chris

J R wrote:

got curious of evans question. is there a way whithout having multiple
input type=file ... form to upload multiple files. only one input
field but when browse is click and the file selection window poped, 
multiple

files can be selected at once and then uploaded.


I was going to say no, but then I found this:


http://www.cs.tut.fi/~jkorpela/forms/file.html#multi

Note that there is nothing an author needs to do, and nothing he can do, 
to make a browser allow the selection of several files per input field. 
It depends on the browser whether that is possible.



Not sure which browsers do support this though.

--
Postgresql  php tutorials
http://www.designmagick.com/

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



Re: [PHP-DB] Uploading multiple files?

2006-07-04 Thread J R

k thanks chris. guesse we need to wait for more browser to support it. for
now its good as it can't be done.

On 7/5/06, Chris [EMAIL PROTECTED] wrote:


J R wrote:
 got curious of evans question. is there a way whithout having multiple
 input type=file ... form to upload multiple files. only one input
 field but when browse is click and the file selection window poped,
 multiple
 files can be selected at once and then uploaded.

I was going to say no, but then I found this:


http://www.cs.tut.fi/~jkorpela/forms/file.html#multi

Note that there is nothing an author needs to do, and nothing he can do,
to make a browser allow the selection of several files per input field.
It depends on the browser whether that is possible.


Not sure which browsers do support this though.

--
Postgresql  php tutorials
http://www.designmagick.com/





--
GMail Rocks!!!


RE: [PHP-DB] Uploading multiple files?

2006-07-03 Thread Bastien Koert
http://www.sitepoint.com/article/php-gallery-system-minutes is a great 
aticle with code on this...


bastien



From: Skip Evans [EMAIL PROTECTED]
To: PHP DB php-db@lists.php.net
Subject: [PHP-DB] Uploading multiple files?
Date: Mon, 03 Jul 2006 15:08:48 -0600

Hey all,

I have a client who uses a Java applet to allow site members upload 
multiple files (photos) at a time, as many as 40 or 50 sometimes, to his 
site.


He wants to get away from the applet and use a PHP solution that will fit 
more seamlessly into his site, but it still must be able to upload multiple 
files.


Does anyone know of a way to construct a form such that multiple files can 
be highlighted in a single stroke, brought into say a textarea type field, 
and then uploaded?


I can't think of a way to do this, so anyone that can point me in the right 
direction would be most appreciated.


Thanks!
--
Skip Evans
Big Sky Penguin, LLC
61 W Broadway
Butte, Montana 59701
406-782-2240

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