hrl
hrl

Reputation: 1

How To Read Files From HTTP POST

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

Answers (1)

Bozho
Bozho

Reputation: 597432

commons-fileupload is a library to use on the server to read uploaded files. Read the user guide

Upvotes: 1

Related Questions