My JavaScript Functions are not Getting Called
On some browsers, particularly Firefox, you must set the mayscript variable for the Applet. For information on setting MAYSCRIPT on various platforms please see this page.
<applet mayscript="true" etcetera>
-OR-
If setUploadCompletionScript("blahblah();") or setUploadFailureScript("blahblah();") are seemingly ignored then you may not be returning the "SUCCESS" or "ERROR" result from the upload script. Please see requirements for upload server scripts.