Php photo gallery TWG | JFUploader | TWG Flash upload | WFU | Forum
https://www.tinywebgallery.com/forum/

TFU (File Split Applet)
https://www.tinywebgallery.com/forum/viewtopic.php?f=12&t=1065
Page 1 of 1

Author:  John [ 3. Jun 2007, 23:39 ]
Post subject:  TFU (File Split Applet)

I am messing around with the FSA and the 'automaticSize' variable in the fsa.htm and fsa_signed.htm files:
Code:
<!-- include with javascript - best solution because otherwise you get the "klick to activate border in IE" -->
<script type="text/javascript" src="swfobject.js"></script>
<script type="text/javascript">
  includeTfuApplet(100);
</script>
<!-- end include with Javascript -->
<!-- static html include -->
<noscript>
<applet codebase="."
        code="de.tfu.FileSplitApplet" name="de.tfu.FileSplitApplet"
        width=400 height=300
        archive="fsa_signed.jar" align=top>
     <param name="automaticSize" value="100">
</applet>
</noscript>

..after a minute it dawned on me why the auto split size wasn't showing as I expected. ;)

Since I couldn't find any specific mention about this and that most people I suppose will be using javascript, I though it would maybe be useful to point out that two changes are needed.

The second one is: includeTfuApplet(100);

Also I wanted to point out that other 'raw' file splitting applications work too. I made a split using Total Commander and that works perfectly.

Author:  TinyWebGallery [ 14. Jun 2007, 23:03 ]
Post subject: 

actually 2 settings are needed - the one for Javascript is that a eolas patch is used then you don't get the activation box in IE.

And the other is the nonscript solution ;).

And of yourse you can use any file splitter - The Applet is just available everywhere - Total commander maybe not on every machine ;).

/Michael

Page 1 of 1 All times are UTC + 1 hour [ DST ]
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/