I want to implement file upload progress monitor bar over file upload functionality of struts 2… ?
I want to implement file upload progress monitor bar over file upload functionality of
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
One way to use ajax-file-upload-struts2 which is Ajax based but not so active in development.
Other option is to use plain JQuery code with execute-and-wait-interceptor.The ExecuteAndWaitInterceptor is great for running long-lived actions in the background while showing the user a nice progress meter, So when the upload is in progress you can keep showing some kind of progress animation to user.You can also play around with S2-JQuery plugin also.