I m using Apache FileUpload 1.3 to upload files from client to server using JSP.
For larger files sizes user get the impression that nothing is going on ...
therefore i want to show a progress bar on the same JSP without using frame technique.
or is there any upload api in java which provide progress bar feature
thanks in advance
For larger files sizes user get the impression that nothing is going on ...
therefore i want to show a progress bar on the same JSP without using frame technique.
or is there any upload api in java which provide progress bar feature
thanks in advance