Upload progress bar Java Servlet?

前端 未结 1 1071
梦谈多话
梦谈多话 2021-01-14 06:27

I want to show upload progress bar for my uploads using servlet. I tried Ajax, iFrame technique. The page is not reloading and the file also getting uplaoded. But, progress

1条回答
  •  别那么骄傲
    2021-01-14 07:17

    I strongly recommend jQuery Uploadify plugin for ajax file uploads. It comes with a progress bar as well. You can find an example on their demo page.

    Integration with JSP/Servlet isn't that hard. You can basically keep the servlet code for "regular" file uploads unchanged. I've however ever written a mini tutorial in an answer here (check the "update" part of the answer), you may find it useful as well.

    0 讨论(0)
提交回复
热议问题