> > 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.
> Will AJAX do it for you? I don't think so. AJAX is about client request to server. I need local file drop on IE to send the file to the server along with some information entered by the user. Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html -- [EMAIL PROTECTED] Author of ICS (Internet Component Suite, freeware) Author of MidWare (Multi-tier framework, freeware) http://www.overbyte.be _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

