MasterEx / myloader

a simple PHP file uploader
http://ammar.gr/myloader
11 stars 1 forks source link

directly copy to clipboard the generated links #17

Open AmmarkoV opened 8 years ago

AmmarkoV commented 8 years ago

This shouldn't be implemented using flash or other crap but by using html5 This could be done like so :

http://www.htmlgoodies.com/html5/other/working-with-clipboard-apis-in-html5-web-apps.html#fbid=ODn3Rzu4n_4 https://developers.google.com/web/updates/2015/04/cut-and-copy-commands http://jsfiddle.net/c8Ats/7/

it would be interesting and helpful if it also could be done using a keystroke like so : https://github.com/AmmarkoV/AmmarServer/blob/master/src/Services/MyTube/res/player.html#L41

:+1:

AmmarkoV commented 8 years ago

tried to make this with https://github.com/MasterEx/myloader/commit/d21f691e71989ba060528e510a20d37c98407aff but doesn't work..