Applet: | DownloadClient and UploadClient |
Description: | Set ProxyTransfer to 1 to submit the JFile request through a proxy.
JFile will automatically use the browser's proxy settings when accessing the server.
To use a different proxy, set ProxyServer. To submit a request through the proxy using SSL (Secure Sockets Layer), specify https in the PostURL, as follows, <param name="PostURL" value="https://<HostName>/JFileScripts/Upload/formresp.asp"> |
Example: | <param name="ProxyTransfer" value="1"> <param name="ProxyServer" value="http://<hostname>:<port number>/"> |