any size limit on file loaded by applet?

L

lvcha.gouqizi

Hi there,

My applet is expected to read a file up to 50megabytes. It works well
when file is less than 10mb while cannot work when file size beyond
that. Anybody came across problems like that? I am wondering if there
is any size limit of file size that applet can load. Is it caused by
applet mechanism, script limit, browser limit, or other kind? Thanks!

lvcha
 
L

Lisa

lvcha.gouqizi said:
Hi there,

My applet is expected to read a file up to 50megabytes. It works well
when file is less than 10mb while cannot work when file size beyond
that. Anybody came across problems like that? I am wondering if there
is any size limit of file size that applet can load. Is it caused by
applet mechanism, script limit, browser limit, or other kind? Thanks!

lvcha

Is the file you are reading on the server or on the user's box.
 
T

tzvika.barenholz

You might try to have the applet contact (HttpUrlConnection) a servlet
or better still a static file served by apache on the server to get the
data in chunks, if applicable.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,776
Messages
2,569,603
Members
45,189
Latest member
CryptoTaxSoftware

Latest Threads

Top