[eluser]adamBouchard[/eluser]
Hi,
Has anyone implemented a good ajax uploading status indicator with the codeigniter upload class?
I'm trying to implement a prototype based ajax status bar after a user uploads an attachment.
Example: "http://www.bram.us/demo/projects/jsprogressbarhandler/ajaxprogressbar.html"
Here my thoughts on an approach:
1. User uploads an attachment
2. on the "onSubmit" event, call a javascript "upload_status" function initiating the progress bar
3. continually make ajax calls comparing the temp file size with the size of the original file. Update the percent complete on the status bar.
-attached are my javascript files, and view file.
thanks,
Adam