RE: [PHP-DB] Drag and Drop with PHP and MySQL

2005-11-19 Thread David Borton
I have seen an app built using Ruby on Rails that demonstrates a drag and
drop.   

-Original Message-
From: Chris Payne [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 18, 2005 6:42 PM
To: php-db@lists.php.net
Subject: [PHP-DB] Drag and Drop with PHP and MySQL

HI there everyone,

 

I have a file upload system where you select via requester the file to
upload, it then uploads it with PHP and stores the info in a MySQL database.
Is there an interface / programming method I can use which I can DRAG a file
from the desktop into an area in a form just as if I had used a file
requester to select a file?  Learning a new programming technique is no
problem as long as it can be used with PHP and MYSQL.

 

Any helps / pointers would be REALLY welcome.

 

Chris

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



[PHP-DB] Drag and Drop with PHP and MySQL

2005-11-18 Thread Chris Payne
HI there everyone,

 

I have a file upload system where you select via requester the file to
upload, it then uploads it with PHP and stores the info in a MySQL database.
Is there an interface / programming method I can use which I can DRAG a file
from the desktop into an area in a form just as if I had used a file
requester to select a file?  Learning a new programming technique is no
problem as long as it can be used with PHP and MYSQL.

 

Any helps / pointers would be REALLY welcome.

 

Chris