We are using the Enterprise version of JFileUPload with the Enterprise JSAPI and noticed that when uploading multiple files (drag/drop or manual select does not matter) with Firefox (3.6.13) on OSX Leopard (10.5.8) does not trigger JSTransferDone. Is there something that we can do in the code to work around this?
S
JSTransferDone not called on OSX/FirefoxRe: JSTransferDone not called on OSX/FirefoxTry to add:
<PARAM NAME="forcejs" VALUE="false"> |