Hi all,
We are playing with an app here using NetTalk WebServer to handle large file uploading, and one of the requirements from the customer is to have a progress bar giving the upload percentage on the file(s).
Does the webserver component have the capacity to have a callback which can pass the current uploaded size back to an Ajax query from the client end? File is submitted via a standard POST, but if we could get (a) the file size and (b) current uploaded byte count, that would be fantastic.
Cheers,
Devan