Proxy with FTP settings seems not to work

Upload core product.
Post Reply
erik.stearns
Posts: 1
Joined: Tue Sep 18, 2012 8:07 pm

Proxy with FTP settings seems not to work

Post by erik.stearns »

I'm more than likely configuring this wrong, but socksproxyhost and socksproxyport are not seeming to have an impact on transfer settings. I am evaluating for jfileupload, in conjunction with JBatchUpload and JSAPI for use on a site. If I can make this work, I will purchase.

Any guidance on what I any be doing wrong?

document.write('socksproxyhost="-redacted value-" ');
document.write('socksproxyport="8080" ');
.
.
.
document.writeln('<PARAM NAME="socksproxyhost" VALUE="-redacted value-">');
document.writeln('<PARAM NAME="socksproxyport" VALUE="8080">');

Thank you for your time.

User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: Proxy with FTP settings seems not to work

Post by support »

We support HTTP proxy, not Socket proxy.
http://www.jfileupload.com/products/jfi ... _http.html

Post Reply