Skip to main content
191 votes
20 answers
335k views

I'm building a drag-and-drop-to-upload web application using HTML5, and I'm dropping the files onto a div and of course fetching the dataTransfer object, which gives me the FileList. Now I want to ...
Michael Heilemann's user avatar
2 votes
1 answer
2k views

I am looking for code (any language) of a basic graphical list which can be reordered by drag and drop. So exactly this functionality http://jqueryui.com/sortable/ but written directly on the frame ...
CharlesS's user avatar
  • 1,591
291 votes
9 answers
217k views

I've seen this done in Borland's Turbo C++ environment, but I'm not sure how to go about it for a C# application I'm working on. Are there best practices or gotchas to look out for?
user avatar
111 votes
12 answers
106k views

I haven't seen any examples that do this. Is this not allowed in the API spec? I am searching for an easy drag-drop solution for uploading an entire folder tree of photos.
michael's user avatar
  • 4,567
6 votes
1 answer
6k views

I am working on developing a Chess game. I want to have the board Container utilize a GridLayout to display an 8x8 grid of JPanels. (This will make functions such as highlighting selected squares and ...
Nick's user avatar
  • 101
259 votes
16 answers
359k views

These days we can drag & drop files into a special container and upload them with XHR 2. Many at a time. With live progress bars etc. Very cool stuff. Example here. But sometimes we don't want ...
Rudie's user avatar
  • 54.3k
13 votes
2 answers
26k views

I am using Python 2.7 and Selenium 2.44. I want to automate drag and drop action in Selenium WD but according to other related posts Actions in HTML5 are not supported by Selenium yet. Is there any ...
Mahsa Mortazavi's user avatar
468 votes
41 answers
148k views

The problem I'm having is that the dragleave event of an element is fired when hovering a child element of that element. Also, dragenter is not fired when hovering back the parent element again. I ...
pimvdb's user avatar
  • 155k
93 votes
8 answers
75k views

I want to have a view in which there are vehicles driving around that the user can also drag and drop. What do you think is the best large-scale strategy for doing this? Is it best to get touch events ...
Luke's user avatar
  • 7,255
41 votes
10 answers
40k views

I have an application with a long list that changes frequently, and I need the items of that list to be draggable. I've been using the jQuery UI draggable plugin, but it is slow to add to 400+ list ...
devongovett's user avatar
  • 4,930
32 votes
1 answer
16k views

Following my scenario. I got an Application which loads a Filestructure (Folders, Files) from a Database into a WPF ListView. Now I'd like to grab a file from this ListView, drag it over my Desktop (...
Dänu's user avatar
  • 5,967
87 votes
16 answers
80k views

I have elements on the page which are draggable with jQuery. Do these elements have click event which navigates to another page (ordinary links for example). What is the best way to prevent click from ...
Oleksandr Yanovets's user avatar
54 votes
13 answers
142k views

How to automate drag & drop functionality using Selenium WebDriver in java?
user1891145's user avatar
15 votes
2 answers
24k views

I have a question about dragging and droping: I can drop labels, text or icon. But I want to drag and drop a JPanel with all its components (Label, Textbox,..etc). How can I do this ?
Mariam's user avatar
  • 439
11 votes
3 answers
36k views

I wrote the following code to check whether the uploaded file exists or not using HTML5 file API. <input type="file" id="myfile"> <button type="button" onclick="addDoc()">Add ...
sushmithaP's user avatar

15 30 50 per page
1
2 3 4 5
104