6 ms·
Well done! How about adding drag/drop mechanism for browsers that supports it? That will be really convenient because I can just drag the files and move on.
by kqueue 16y ago
Well done!
How about adding drag/drop mechanism for browsers that supports it? That will be really convenient because I can just drag the files and move on.
- freeall 16y agoWe actually have that already :) At one we had it announced on the page, but then people complained that they couldn't do it in their browser - because they used one that didn't support it. We'll probably put it back in somehow. We'll think about it.
- woodall 16y agoI've used script.aculo.us and had it work in Safari, Firefox, and Google Chrome; christopherwoodall.com/youtube. JQuery also has a Drag-and-Drop feature.
- freeall 16y agoOnly one missing... Those were the users complaining.
- kqueue 16y agoYou need to fallback into regular file select if the browser doesn't support it. :)