Re: [PHP] File-Upload per Drag-N-Drop?

2011-01-05 Thread tedd
At 7:23 PM +0100 12/29/10, Michelle Konzack wrote: Hello, my users have an Online-File-Store with nearly anything they need but one feature is missing: Drag-D-Drop. I like to implement Drag-D-Drop so users can Drag a file from a File- Manager and Drop it on the Upload-Icon in my Webinter

Re: [PHP] File-Upload per Drag-N-Drop?

2010-12-30 Thread Paul M Foster
On Wed, Dec 29, 2010 at 07:23:25PM +0100, Michelle Konzack wrote: > Hello, > > my users have an Online-File-Store with nearly anything they need but > one feature is missing: Drag-D-Drop. > > I like to implement Drag-D-Drop so users can Drag a file from a File- > Manager and Drop it on th

Re: [PHP] File-Upload per Drag-N-Drop?

2010-12-29 Thread a...@ashleysheridan.co.uk
answer to this question; only several different platform dependent solutions from one vendor to handle each main OS. Thanks, Ash http://www.ashleysheridan.co.uk - Reply message - From: "Michael Shadle" Date: Wed, Dec 29, 2010 21:38 Subject: [PHP] File-Upload per Drag-N-Drop? T

Re: [PHP] File-Upload per Drag-N-Drop?

2010-12-29 Thread Michael Shadle
On Wed, Dec 29, 2010 at 10:30 AM, Daniel P. Brown wrote: >    That's more of a frontend question to which you and your > six-million-line signature should check Google to find the answer. > Don't get me wrong, Michelle, we've always tried to help out even with > off-topic questions, but this is r

RE: [PHP] File-Upload per Drag-N-Drop?

2010-12-29 Thread Tommy Pham
> -Original Message- > From: Michelle Konzack [mailto:linux4miche...@tamay-dogan.net] > Sent: Wednesday, December 29, 2010 10:23 AM > To: PHP - General > Subject: [PHP] File-Upload per Drag-N-Drop? > > Hello, > > my users have an Online-File-Store with nearl

Re: [PHP] File-Upload per Drag-N-Drop?

2010-12-29 Thread Daniel P. Brown
On Wed, Dec 29, 2010 at 13:23, Michelle Konzack wrote: > Hello, > > my users have an Online-File-Store with nearly anything  they  need  but > one feature is missing:  Drag-D-Drop. > > I like to implement Drag-D-Drop so users can Drag a file  from  a  File- > Manager and Drop it on the Upload-Icon

[PHP] File-Upload per Drag-N-Drop?

2010-12-29 Thread Michelle Konzack
Hello, my users have an Online-File-Store with nearly anything they need but one feature is missing: Drag-D-Drop. I like to implement Drag-D-Drop so users can Drag a file from a File- Manager and Drop it on the Upload-Icon in my Webinterface. Can someone tell me HOW THIS WORKS? Thanks, G