Hi, I would like to know if any one here has or knows how to add some sort of pop-up progress bar that shows the user how much percentage of their video has been uploaded, or how much remaining percentage the user has to upload?
It will greatly help if it was non flashed based.
Ultra Newb reporting for duty. |
I don't know of any html5/jquery based uploader in the market that show upload progress, Other than some java ones which is a bad idea. You better off getting it replaced by a some developer. so much to do.... |
Any php version would be very difficult. And not widely supported.
Examples.
1) One method requires that the APC accelerator be installed as it uses features from that. Not all servers have APC
2) Another method uses a combination of php and javescript. It utilizes a new feature in php version 5.4. Meaning it will not be compatible with any version of php below 5.4
3) Another method uses a combination of html5, php and javascript. Not all browsers support the html5 progress element.
In short. a rock solid cross platform progress bar for php that works on any browser and server is not possible. At least not yet. In another year or so it will be as php 5.4 and up will be standard everywhere and so will most of the features of html5. https://www.deanbassett.com |
Prashank, I think we may be on the wrong page, so let me clarify. The uploader is actually fine, I just need something to "display" the progress of the upload.
Deano, I think #3 would probably be the best method to look into. Can you point me in the right direction for utilizing that?
Ultra Newb reporting for duty. |
Here is how it's done. http://www.developphp.com/view.php?tid=1351
However, implementing it in dolphin is another story. And that i cannot help you with. It would take a considerable amount of time to figure out what in dolphin needs to be modified to use this technique. Time i just don't have right now.
Sorry. In the past i used to volunteer a lot of my time, but sales have been terrible lately even with my 25% off sale running i still am not getting very far. All of my current time is dedicated to trying to come up with rent money for the end of the month. https://www.deanbassett.com |
Thanks for the info Deano, and I understand about going through hard times.
Perhaps it would be easier to just only use the numbers instead of the bar. Guess I will have to put this on the back burner for the time being.
Ultra Newb reporting for duty. |