Tracking file upload progress on Openfire

Hi all,

I am trying to perform a file upload from a location to a fixed directory at the Openfire Server. I accomplished this using a file input object in HTML. I am having a problem to track the progress of my file being upload and the size of the file using IQ. I am currently using the Java programming language and the Smack API. Are there anyway I can track my file upload progress on the server side?

Regards

Nedave