CodeIgniter Forums
Ftp upload with progress bar - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: Best Practices (https://forum.codeigniter.com/forumdisplay.php?fid=12)
+--- Thread: Ftp upload with progress bar (/showthread.php?tid=63724)



Ftp upload with progress bar - Wouter60 - 12-02-2015

I want to use the built-in ftp class to upload files to an ftp-server. It's important that there is a progress bar during the uploading process. Any suggestions?


RE: Ftp upload with progress bar - solidcodes - 12-03-2015

Try this
https://api.jqueryui.com/progressbar/

and this,
http://www.jqueryrain.com/demo/jquery-progress-bar/


RE: Ftp upload with progress bar - Wouter60 - 12-03-2015

Building the progress bar itself is not the real problem. Most progress bars accept a percentage as a parameter to show it's status.
Question is: how can I determine the percentage of upload complete during ftp upload?


RE: Ftp upload with progress bar - solidcodes - 12-03-2015

try reading this article.
http://www.sitepoint.com/tracking-upload-progress-with-php-and-javascript/