Store client side images to server side Folder

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • praveenkumarvpk
    New Member
    • Oct 2007
    • 22

    Store client side images to server side Folder

    Suggest me to store client side images to server side Folder using JSP or Struts

    Please Help me to find the solution

    Thank You!
  • BigDaddyLH
    Recognized Expert Top Contributor
    • Dec 2007
    • 1216

    #2
    One way to copy files from the client to the server in a web application is to use Apache Commons FIleUpload: http://commons.apache.org/fileupload/

    Comment

    Working...