CodeIgniter Forums
upload progress meter Help - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived General Discussion (https://forum.codeigniter.com/forumdisplay.php?fid=21)
+--- Thread: upload progress meter Help (/showthread.php?tid=31321)



upload progress meter Help - El Forum - 06-14-2010

[eluser]basty_dread[/eluser]
Hello Guys i would like to know how could i implement upload progress meter in codeigniter..
can anyone please help. Thanks
I need steps to create even just simple upload progress meter... Thank you very much..


upload progress meter Help - El Forum - 06-15-2010

[eluser]Slowcheetah[/eluser]
maybe try http://www.uploadify.com/


upload progress meter Help - El Forum - 06-16-2010

[eluser]basty_dread[/eluser]
Yep uploadify is a nice upload jquery plugin..
i am actually creating a publish page where i transfer the files to an ftp site..
it is uploading html files,images, etc in a foreach loop. using ftp_put. is there a way i could display when the upload was successfull and the next file is processesing.. something like that..
Thanks for the post Slowcheetah..


upload progress meter Help - El Forum - 06-16-2010

[eluser]danmontgomery[/eluser]
uploadify documentation
uploadify forum


upload progress meter Help - El Forum - 06-16-2010

[eluser]pickupman[/eluser]
There is a long thread on the boards about uploadify. I use, and will posting the code for the uploadify 2.0 in a day or so. I am trying the best way to better the security with uploadify. Uploadify is a flash based component, and consequently does not include the session when uploading the file to the server. If you are using DB based sessions, it will be trivial to make it secure.


upload progress meter Help - El Forum - 06-16-2010

[eluser]Burak Guzel[/eluser]
Another alternative is http://www.swfupload.org/, which does not require jQuery.