Reputation: 1
How to read files (zip and xml formats) that are delivered to web server from a client application via HTTP POST using java
Upvotes: 0
Views: 722
Reputation: 597432
commons-fileupload is a library to use on the server to read uploaded files. Read the user guide
Upvotes: 1