aspose file tools
The moose likes Architect Certification (SCEA/OCMJEA) and the fly likes Images is too big.... Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Certification » Architect Certification (SCEA/OCMJEA)
Reply Bookmark "Images is too big...." Watch "Images is too big...." New topic
Author

Images is too big....

Jamy Wang
Ranch Hand

Joined: Sep 21, 2003
Posts: 83
What's the biggest size of the upload file? My file is more than 1M, can I upload?


Best Regards<br /> <br />SCJP1.4 SCJD1.4 SCEA
Sudhaker Raj
Greenhorn

Joined: May 26, 2005
Posts: 4
File upload uses multi-part form over HTTP-POST request. Web server imposes restriction on maximum post request size and the maximum file size depends on this settings.

Normally this value is set anything between 2M to 50M. Check web-server's configuration files for it.

Hope this answers your question.



Cheers,<br />Sudhaker Raj<br /><a href="http://thej2ee.com" target="_blank" rel="nofollow">http://thej2ee.com</a>
Jamy Wang
Ranch Hand

Joined: Sep 21, 2003
Posts: 83
Sorry I haven't say clearly. I mean the size of SCEA assignment uploaded.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Images is too big....
 
Similar Threads
Opening File Chooser in a jsp Page?
file upload
calling getInputStream after getParameter
sending a file to servlet
How to write the code to upload images?