Search found 5 matches

by gaeltech
Fri May 31, 2013 2:08 pm
Forum: JS3Upload
Topic: 407 Proxy Authentication Required
Replies: 4
Views: 19072

Re: 407 Proxy Authentication Required

Yes, I have both:

document.writeln('<PARAM NAME="authentication" VALUE="auto">');

and

document.writeln('<PARAM NAME="authentication" VALUE="auto">');

specified in the applet_s3_multipart.js
by gaeltech
Wed Mar 13, 2013 4:08 pm
Forum: JS3Upload
Topic: 407 Proxy Authentication Required
Replies: 4
Views: 19072

Re: 407 Proxy Authentication Required

support wrote:Try to add:
<PARAM NAME="authentication" VALUE="auto">
I already have this set in the JS file:

document.writeln('<PARAM NAME="authentication" VALUE="auto">');

Should there be a prompt for credentials where required?
by gaeltech
Wed Nov 14, 2012 3:30 pm
Forum: JS3Upload
Topic: 407 Proxy Authentication Required
Replies: 4
Views: 19072

407 Proxy Authentication Required

Hi, I have a customer getting a 407 error due to their proxy when trying to use the JS3Upload. I've set the authentication parameter to auto but they are not prompted and still receive the same error. Can you confirm if this setting should work in this situation or if any additional configuration is...
by gaeltech
Wed May 09, 2012 10:37 am
Forum: JS3Upload
Topic: JS3Upload Chunk upload forwardparameters
Replies: 0
Views: 12481

JS3Upload Chunk upload forwardparameters

Hi, I have just purchased the JFileUpload and JS3Upload add-on. I have it all configured and working with the forward and forwardparameter settings in place. The problem I have is when uploading large files (3GB) there are 589 chunks created and a filename parameter is passed for each chunk resultin...
by gaeltech
Wed May 09, 2012 10:34 am
Forum: JS3Upload
Topic: Chunked upload and forwardparameters
Replies: 1
Views: 12188

Chunked upload and forwardparameters

Hi, I have just purchased the JFileUpload and JS3Upload add-on. I have it all configured and working with the forward and forwardparameter settings in place. The problem I have is when uploading large files (3GB) there are 589 chunks created and a filename parameter is passed for each chunk resultin...