In HTTP protocol, I want let users upload some file(s). I am going to use a Javascript library like jQuery to display a progressbar during this process...
How do I know when the upload has completed? I need to notify another server on this and let it know that the files that were just uploaded can be downloaded now.
Thanks in advance.