Video progress bar when downloading more than 100 MB files using Cakephp 2.x

Schedule of video files when loading more than 100 MB of video files using Cakephp 2.x and JQuery (Ajax is not used).

I tried with the existing stack overflow answer, but I could not find any solutions without ajax.

Any help is greatly appreciated.

+4
source share
1 answer

Why don't you use uploadify if using jQuery? It uses a flash socket to upload a file to the server when reading from disk, it provides real-time feedback on the progress of the files.

http://www.uploadify.com/

+2
source

Source: https://habr.com/ru/post/1435202/


All Articles