PHP: how to use AJAX to upload file phptuts May 26, 2016 We create a simple example to learn how to use AJAX to upload file. HTML Create simple form with a file input, we use accept… Continue Reading
Videojs: how to display full poster image phptuts November 27, 2015 To display the poster image, we have three ways: Method 1: Use attribute poster in video tag: Method 2: With javascript use Method 3: put… Continue Reading
Videojs: plugin download with resolution selector phptuts November 22, 2015 HTML: CSS: JS: Download: videojs-dowload.js videojs-dowload.css Online demo: http://jsfiddle.net/sans_amour/up8vzu4s/4/ The callback function we can leave blank, the download link will same as the play link.… Continue Reading