I want to coding drag and drop but it has more problem. I wanna drag file from desktop and drop into page view then page view show description and file size, can I? Instead of browse from file by use button. How should I do about this? 😃
not possible with php. and im thinking its not even possible at all. youd have to get into the coding of the browser to tell it how to handle a file dropped from the desktop, and would also probably be os specific
and what's about DHTML? Can I include DHTML and PHP in same page? Do you have website about something like this? thanks a lot.
One thing I hope you understand -- PHP runs on the server. It has no knowledge of ANYTHING happening on the client side.