I embed an applet in my php script which has a parameter providing an
input file for the jar. Does this file has size limit?
The code is as follows:
<APPLET ARCHIVE="myappl et.jar" WIDTH=372 HEIGHT=360 VSPACE=0 HSPACE=0
ALIGN=middle>
<?php echo "<PARAM NAME=\"data\" VALUE=\"myfile. \">";?>
when "myfile" is beyond 15M, my applet cannot load sucessfully, but
while this file is limited like 5M or 7M, it works well.
Does anybody know is the reason caused by php script limit, applet
mechanism, or by different browser?
Thanks.
-lvcha
input file for the jar. Does this file has size limit?
The code is as follows:
<APPLET ARCHIVE="myappl et.jar" WIDTH=372 HEIGHT=360 VSPACE=0 HSPACE=0
ALIGN=middle>
<?php echo "<PARAM NAME=\"data\" VALUE=\"myfile. \">";?>
when "myfile" is beyond 15M, my applet cannot load sucessfully, but
while this file is limited like 5M or 7M, it works well.
Does anybody know is the reason caused by php script limit, applet
mechanism, or by different browser?
Thanks.
-lvcha
Comment