You can also use the FileReference ActionScript class in flash. This will
not allow you to drop a file and get it uploaded (will it?) but it supports
multiple file selection. There are some implementations in javascript that
make use of this flash feature to upload multiple files interactively
(search for SWFUpload in google, but there are others as well).
But surely enough... if you require such a thing as drag and drop for files
your best bet is a Java Applet.

Rob
> -----Original Message-----
> From: Dan [mailto:[EMAIL PROTECTED]
> Sent: Friday, November 30, 2007 9:40 PM
> To: php-general@lists.php.net
> Subject: [PHP] Re: PHP/AJAX File Drag&Drop
> 
> Unfortunatly javascript can't access the filesystem so it can't get
> filenames.  The closest way you could do something like this would be
> to use
> Java (not javascript, totally different).  It's a permissions thing,
> just
> the way JS and everything else is designed.
> 
> - Dan
> 
> ""Andrei Verovski (aka MacGuru)"" <[EMAIL PROTECTED]> wrote in
> message
> news:[EMAIL PROTECTED]
> > Hi !
> >
> > Anyone knows PHP/AJAX library which allows to get full path of file
> > dropped
> > into web browser's window area?
> >
> > It is required for document archiving system in order to avoid
> multiple
> > (or to
> > be more precise, almost endless) usage of "open file" dialogs from
> the
> > browser.
> >
> > Library should be compatible with Firefox (Lin, Win, Mac), IE and
> Safary.
> >
> >
> > Thanks in advance for any suggestion(s).
> >
> > Andrei
> 
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php

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

Reply via email to