I am novice in jsp. I have to make a tomcat website which will allow uploading of files in sequence. How to create progress bar for upload? How to design sequential upload of file?
            Asked
            
        
        
            Active
            
        
            Viewed 266 times
        
    0
            
            
        - 
                    jsp alone isn't going to be enough, you need ajax. – QuakeCore Jan 18 '16 at 18:50
- 
                    Did you see ? http://stackoverflow.com/questions/2422468/how-to-upload-files-to-server-using-jsp-servlet?rq=1 – rickz Jan 18 '16 at 22:44
- 
                    I am able to upload , but how to assign a progress bar to it? – Swapnil Shrivastava Jan 19 '16 at 07:48
- 
                    If you use Apache Commons FileUpload, then you can use their ProgressListener. Look at bottom of page at https://commons.apache.org/proper/commons-fileupload/using.html – rickz Jan 19 '16 at 15:54
