Tagged Questions

3
votes
2answers
7k views

Apache Commons FileUpload problem on Glassfish server

I have simple web app that just has one Servlet that accepts data file and saves it to the server. I'm using "apache commons FileUpload" library. File uploading work fine on my local server (I'm using ...