2009-02-18 15:18:37 UTC
Yes, it works on other Firefox's (version 2.x and 3.x) on other computers.
I think there is a security setting or something (perhaps outside your famous tool).
I disabled antivirus, but didn't help yet.
Server, where it is hosted, is a Windows2003 with Apache2.2.
Here comes the code I use.
<APPLET
CODE = "wjhk.jupload2.JUploadApplet"
ARCHIVE = "lib/wjhk.jupload.jar"
WIDTH = "640"
HEIGHT = "400"
MAYSCRIPT
>
<PARAM NAME = "postURL" VALUE = "
http://192.240.11.67/phfoto/mod_upload/fotoupload_exec.php">
<PARAM NAME = "uploadPolicy" VALUE = "PictureUploadPolicy">
<PARAM NAME = "serverProtocol" VALUE = "HTTP/1.1"/>
<PARAM NAME = "nbFilesPerRequest" VALUE = "1">
<PARAM NAME = "lang" VALUE = "de">
<PARAM NAME = "lookAndFeel" VALUE = "system">
<PARAM NAME = "maxPicHeight" VALUE = "900">
<PARAM NAME = "maxPicWidth" VALUE = "900">
<PARAM NAME = "debugLevel" VALUE = "00">
<PARAM NAME = "stringUploadSuccess" VALUE = "OK">
<PARAM NAME = "urlToSendErrorTo" VALUE = "posthamster@localdomain">
<PARAM NAME = "highQualityPreview" VALUE = "false">
<PARAM NAME = "maxChunkSize" VALUE = "16777216">
<PARAM NAME = "maxFileSize" VALUE = "16777216">
<PARAM NAME = "showStatusBar" VALUE = "false">
<PARAM NAME = "showLogWindow" VALUE = "false">
<PARAM NAME = "fileChooserIconFromFileContent" VALUE = "-1">
<PARAM NAME = "allowedFileExtensions" VALUE= "jpg/jpeg/gif/bmp/tiff/png">
<PARAM NAME = "afterUploadURL" VALUE = "javascript:fuPreview.location.reload();">
Java 1.4 or higher plugin required.
</APPLET>
--
Thanks for help.
Andreas.