Jump to content

Limit on Uploaded Files


vijay1440

Recommended Posts

Hi fnds! I am using com.oreilly.servlet.MultipartRequest class to get the uploaded files from the client. But the problem I am facing is that whenever a big file is uploaded the POST method's limit on amout of data is stopping me to send.Please tell me if I can overcome this problem atleast to some extent.And also plz let me know is there a built-in mechanism in the Servlet Technology itself meant for file uploads.Any suggestion is heartfully thanked.Regards,Vijay

Link to comment
Share on other sites

  • 1 month later...

This is not a script error, it's a server "law"You need to check the file that sets limits (for PHP it's php.ini)and look for max upload sizeAlso check the Web Server (like Aphache or ISS) they also set upload limites.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...