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
Lisa - 22 Mar 2005 06:40 GMT
> Hi there,
>
[quoted text clipped - 5 lines]
>
> lvcha
Is the file you are reading on the server or on the user's box.
lvcha gouqizi - 10 Apr 2005 03:28 GMT
tzvika.barenholz@gmail.com - 23 Mar 2005 11:14 GMT
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.