Nios Community Wiki > ExampleDesigns > Web Server with AJAX Progress Bar

Web Server with AJAX Progress Bar

Brief Description

This software example design is based upon the web server application that ships with the Nios II EDS.  It reduces memory footprint, improves upload performance, and implements an AJAX (Asynchronous Javascript and XML) based progress bar.  Well...it's not really AJAX-based.  It's actually implemented using JSON (Javascript Object Notation) rather than XML because it's both easier to understand/parse and supported natively in Javascript.

As the upload is happening, the Javascript code (progress.js) sends GET requests to /PROGRESS on the server.  The server returns a JSON "object" that looks like the following sample:

new Object ({ 'state' : 'uploading', 'percent' : '56', 'speed' : '58' })

where "speed" is in kilobytes per second.  The webserver had to be enhanced to support GET requests for "dynamic" URLs.  For now, this is only the "/PROGRESS" URL, but it could easily be extended to support much more.

All-in-all, I can easily state that this is much better (and simpler) than using some other server-side scripting to implement that same thing.

Attachment Contents

The attached ZIP file contains html_content and webserver_with_progressbar sub-directories.  The HTML content is intended for an ro_zipfs (Read Only ZIP filing system), but can be used elsewhere.  The software is intended for use in the Software Build Tools Flow and, as such, has a create-this-app script.

Things are reasonably well-commented, though you're welcome to contact me with any further questions that you have.  The code could use a bit of cleaning up, but it's not likely that I'll have the time to get to that...at least in the short run.

Tag page

Files 1

FileSizeDateAttached by 
 WebServer_with_AJAX_progressbar.zip
Includes the following directories: html_content (HTML content), webserver_with_progressbar (Software Build Tools project that implements the server side)
97.86 kB00:14, 7 Jul 2009brendanActions
Viewing 1 of 1 comments: view all
Nice story about this.
Great Nice Pictures
causes back pain knee high shoes lizlange maternity fishing boats sale flu incubation period remedies sore throat cost breast implants muscle weight gain surgery breast reduction girls party ideas women laptop bags car brake parts continuing nursing education cost breast augmentation protein whey powder baby slings carriers bed bugs pictures bedding duvet covers phone pay as you go outdoor swing sets discount dinnerware sets coffee espresso machines salton yogurt maker hair color pictures pictures of haircuts asvab practice test herpes photos easy cooking recipes toy dog breeds herpes simplex 1 personalized dog tags stress fracture foot occupational therapy schools frontline plus cats fleas on humans physical therapy salary scabies pictures pictures of shingles what is blood pressure ibuprofen side effects pictures of ringworm gendongan bayi kain cukin ring sling pouch sling perlengkapan bayi selendang bayi nursing cover selendang baby perlengkapan bayi baru lahir bayi bayi lucu foto bayi parish vintage ebooks download tv series download manga free download make money online health information cell phone review disorders anxiety psat practice test blood preasure smart water filter filter pur water weight loss effects blood pressure side effects socks over knee socks dress Hot News Today Jual Beli Make Money Celebrity Gossip Kesehatan Alternatif Gosip Selebritis celebrity photos celebrity news hot celebrities celebrity blog kesehatan info kesehatan kesehatan kerja pelayanan kesehatan indonesia artis foto artis gambar artis selebriti iklan iklan gratis jual online handphone daily news breaking news local news online news food dehydrator tray massage chair ijoy homedics massage shiatsu evening gown dress evening wedding dress dry face skin gold toe sock window coverings blinds blinds for windows lip gloss cosmetics folding table chairs women high heels stockings high heels treatment of pain chlorine generation makeup lighted mirror pain management specialist lawn pest control garden pest control joint pain causes
Posted 16:07, 20 Jul 2010
Viewing 1 of 1 comments: view all
You must login to post a comment.
SourceForge.net