HI all! I'm trying to use wicket with html5 for drag and drop multiple files but i haven't found the way to communicate the javascript of html (the one that representates drag & drop: ) with wicket in each upload. Let's say that i have a page where i can drop files and for each file that a drop i have to add a new component to the page (like a panel) that will show information about the file that is being upload. I have html code for the page (wich includes javascript for doing the drag & drop) but in each drop that is detected in that javascript i have to start uploading the file and adding the components as i said before. My problem is that i don't know where exactly do this connection. I can't use other libraries just wicket, hmtl5 . I'm just looking for new ideas, i have being using list views for the upload so that in each populate i can add it the panel but i stil don't know hoy to connect things. Thanks a lot! Regards, Ramona.
-- View this message in context: http://apache-wicket.1842946.n4.nabble.com/drag-and-drop-tp1881857p3782634.html Sent from the Users forum mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org For additional commands, e-mail: users-h...@wicket.apache.org