Francois PIETTE wrote: > I want to write a web application using Delphi at server side and IE at > client side. Ideally the client should be able to drag and drop files onto a > HTML form opened in IE. Dropping a file on an IE form make IE open that > file. That's not what I want to do. I want to have a file input form item on > the page currently opened in IE and have the dropped file path entered > automatically into the file input item. Maybe some script would do the > trick. Dropping multiple file is even better for my application. Any idea > welcome.
I suggest you ask in a forum related to programming Internet Explorer; since the Delphi program you're writing will only run on the server, Delphi is unrelated to anything going on at the client end. -- Rob _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

