hello people is there any way to get a upload progress bar in elgg similar to gmail when we attach the files
any tutorial / any plugins anything related to this will highly be appreciated
Thanks in Advance
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by RaĆ¼l Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Team Webgalli@webgalli
Team Webgalli - 0 likes
- http://docs.elgg.org/wiki/Tutorials/HelloWorld
- http://docs.elgg.org/wiki/Engine/Views
- http://docs.elgg.org/wiki/Javascript/Extending
- http://www.uploadify.com/
- http://www.plupload.com
- http://www.9lessons.info/2012/04/file-upload-progress-bar-with-jquery.html
- and many others
- Aniket Kadam@ackadam
Aniket Kadam - 0 likes
- Steve Clay@steve_clay
Steve Clay - 0 likes
- Steve Clay@steve_clay
Steve Clay - 0 likes
- whitetornado@whitetornado
whitetornado - 0 likes
You must log in to post replies.You can just google for Jquery upload progress bars and you will get a lot. Implement one of them and share your code. Following are the tutorials you need
Elgg Tutorials :
Vendors
but it needs some php extension like apc or perl to display so where can i get this to install in my server
A progressive uploader requires an asychronous model of handling the form submission, because uploads are sent in separate requests than the rest of the form content.
AFAIK none of the bundled plugin form handlers support this async model (today). So in the short term this would only be handy if you can create your own form handling logic.
FYI I've started a ticket to pursue this in a future Elgg version, but it's not going to be soon.
i agree, a missing part in Elgg, today with big files and huge storage members can not see any progress under for eg firefox