File Upload Demo - not working but no error.
335700Dec 12 2002 — edited Jan 2 2003I'm using Forms 6i Server (CGI) w/Apache.
From the client, the applet form is displayed and there are some quirks:
1. I cannot click in the text fields unless I re-load the page.
2. When I click the "Select File on Client" button, I get the windows file browser and I select the file to be uploaded. I click OK. Then I see a message pop up for a second that says it is "Encoding" my file. Then the message disappears and the applet appears to hang with the hourglass still displayed. The file never arrives at the server side. As far as I can tell, there are no messages in the Java console even if I select the "Debug to console" option. I have recompiled the .PLL, .MMB, & .FMB. I have detached & re-attached the library. None of this stuff seems to help.
Here's my classpath:
c:\orant\forms60\java;c:\orant\forms60\java\UploadServer.jar;C:\j2sdk1.4.0_01\jre\bin\server;C:\j2sdk1.4.0_01\jre\lib;C:\j2sdk1.4.0_01\jre\lib\rt.jar;C:\orant\TOOLS\COMMON60\JAVA\IMPORTER.JAR
Here's my path:
C:\ORANT\bin;c:\orant\forms60\java;C:\j2sdk1.4.0_01\jre\bin;C:\j2sdk1.4.0_01\jre\bin\server;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\j2sdk1.4.0_01\bin;C:\j2sdkee1.3.1\bin;C:\jakarta-ant-1.5\bin;C:\ORANT\jdk\bin;C:\Progra~1\Symantec\pcAnywhere\;C:\Program Files\Oracle\JInitiator 1.1.7.31\bin
Here's my FORMS60_PATH:
C:\PROJECTS\GED_PHASE2\ORACLE\LIBRARY;C:\PROJECTS\TFIS\CODE;c:\FileUpload\forms
(This is a user environment variable, rather than a system EV. Could that make a diff?)
Thanks in advance for any help you can give.
-Mark L.