My JavaScript Functions are not Getting Called
On some browsers, particularly Firefox, you must set the mayscript variable for the Applet.
<applet mayscript="mayscript" 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.