Page 1 of 1

Getting connection params from server using URL connection

Posted: Sun Oct 18, 2009 10:01 am
by kaushikc
I have read about different ways to have parameters (login credentials) available to the applet i.e. using Javascript, i18n properties. But all of these will download the file (js or i18n.prop) to the client machine. If I want the server (Java) to send these information to the applet upon a URL connection during login (let's say), how would I do it?

I am using SFTP add-on to upload files to a SFTP server.
Please let me know how much of effort would require here and I would appreciate if I get some pointers.

Thanks,
Kaushik

Re: Getting connection params from server using URL connection

Posted: Sun Oct 18, 2009 3:33 pm
by support
It needs a source code customization to issue a new HTTP request to get login/password. It should be around 4 hours of work for a simple HTTP GET such as:
http://yourserver.com/sign.php that returns:
login=username
password=yourpassword

We can provide such customization. If you're interested in then please contact support(at)jfileupload(dot)com

Re: Getting connection params from server using URL connection

Posted: Sun Oct 18, 2009 6:49 pm
by kaushikc
Thanks for the information.

My client is having a Premium license of both JFileUpload & SFTP add-on. I want to ask whether the customization would be done for free or my client has to pay for it?

Re: Getting connection params from server using URL connection

Posted: Mon Oct 19, 2009 6:26 am
by support
Such customization is not free. Please contact support(at)jfileupload(dot)com to get a quote.