Java Programming - HttpClient Uploading File
Hi all,
I'm using httpclient class to connect my stand-alone application with a servlet which performs a file upload.
Everything works fine but ... I would like to display a progressBar to indicate the upload progress ...
Is it possible? Right now I only interact with the server part to send the request and get the final response after file uploading....
Regards
T

