Proxy with authentication

Upload core product.
Post Reply
import
Posts: 169
Joined: Sun Jan 27, 2008 8:10 pm

Proxy with authentication

Post by import »

It seems that the authentication of a proxy is not taken into account by the applet (?)

- Can you confirm ?
- Is it on the dev roadmap ?

thx !

---------------------------------------
INFO: Registered to :***
25 sept. 2007 11:56:02 jfileupload.transfer.client.http.HTTPUploadTransfer C
INFO: Upload (POST) started : E:\***.pdf
INFO: Upload Status code = 407
INFO: Upload failed

import
Posts: 169
Joined: Sun Jan 27, 2008 8:10 pm

Re: Proxy with authentication

Post by import »

2 solutions for proxy support are already available in official release:
1 - Add the following parameter:
<PARAM NAME="authentication" VALUE="auto">

2 - Try to install JSEHTTP add-on:
http://www.jfileupload.com/products/tools/index.html

Try solution 1 first because solution 2 has some limitations about upload size.

import
Posts: 169
Joined: Sun Jan 27, 2008 8:10 pm

Re: Proxy with authentication

Post by import »

Sounds easy ! I'll try and keep you posted ;
Thx

Post Reply