- Download progressupload from http://pecl.php.net/package/uploadprogress into a directory on your server using wget… as of this writing, the latest stable release is: http://pecl.php.net/get/uploadprogress-1.0.3.1.tgz e.g. wget http://pecl.php.net/get/uploadprogress-1.0.3.1.tgz
- Unpack : tar -zxvf uploadprogress-1.0.3.1.tgz
- Change into the unpacked directory: cd uploadprogress-1.0.3.1
- phpize
- ./configure
- make
- make install
- edit php.ini, add: extension=uploadprogress.so … while you’re in there, you might as well update upload_max_filesize and post_max_size to the largest file you intend to upload too.
- restart apache: service httpd restart
- Double check using phpinfo()
Don’t forget to set
<video width=”320″ height=”240″ controls=”controls”>
<source src=”movie.mp4″ type=”video/mp4″ />
<source src=”movie.ogg” type=”video/ogg” />
Your browser does not support the video tag.
</video>