• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Max upload file size?

 
Ranch Hand
Posts: 119
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Finally !!! I am going to upload my assignment. The jar file is 3.30 MB. Is there a maximum file size for the upload. Has anybody uploaded jar file in the size range that I have.
Thanks.
 
Samual Harvey
Ranch Hand
Posts: 119
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
OK I see this post from Michael Morris. He was able to upload 2MB of jar file. If anyone has uploaded more than this please let me know.
Discussion on jar file size
 
Ranch Hand
Posts: 33
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Samual Harvey:
The jar file is 3.30 MB. Is there a maximum file size for the upload. Has anybody uploaded jar file in the size range that I have.
Thanks.


What does your jar file contain?
My jar file is about 180 kBytes.
Kind regards
Jochen
 
Samual Harvey
Ranch Hand
Posts: 119
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have 1MB of each jar file that contains classes, help docs and javadocs. Then I have around 250 KB of source code. I am also jarring the the docs in the main jar file so that user does not have to unjar anything except the main jar file. The main jar file will create two jar files for client and server, a source directory and a docs directory.
 
reply
    Bookmark Topic Watch Topic
  • New Topic