On Tue, Dec 07, 2004 at 02:41:36PM -0800, joe wrote:
> php does multiple file uploads; I've seen it work but haven't looked at
> how it manages it. More here:
> 
> http://www.php.net/manual/en/features.file-upload.multiple.php

The link shows an example of "multiple file uploads" where each
file gets its own text box and must be individually selected. We've already
discussed that option but it isn't quite what Alex mentioned.

Just to be clear, the inability to do multiple file uploads with a single
selection is a result of several factors including: the HTTP standard, web
browser security, and current browser behaviour. It is not dependent on the
server side language, be it Perl, PHP, Python, or whatever.

It can, however, be done if your program runs *on* the browser.

-Gyepi

_______________________________________________
Boston-pm mailing list
[EMAIL PROTECTED]
http://mail.pm.org/mailman/listinfo/boston-pm

Reply via email to