Applet: | UploadClient | ||||
Description: |
The NoJSObjectSupport parameter specifies the URL to which a file or files will be posted if the client machine is:
If you wish to display results to a Mac, Netscape 6.x or Sun JVM user, you must have a separate processing page for uploads from these clients. This processing page writes results to a file on the server (and then redirects to the results page) rather than the usual method of streaming the results to the client by generating HTML. This is because these client systems do not support the JSObject which would allow the applet to directly display the response it receives from the server. For a detailed explanation and instructions, see Uploading from Mac or NS6. If you wish to support users with a variety of client systems, you should set both the postURL parameter and the NoJSObjectSupportURL parameters. If the client system supports JSObject, only postURL will be used. If the client system does not support JSObject, then NoJSObjectSupportURL will be used.
|
||||
Example: |
|