Page 2 of 2

Re: JDiskExplorer Remote Display

Posted: Tue Jun 09, 2009 6:11 am
by support
Do you have the same error message ? Could you post it here or provide a testing URL so we could see the applet ?

Re: JDiskExplorer Remote Display

Posted: Wed Jun 10, 2009 10:57 pm
by Gonzalo
Sorry for the delay, it was outside. Do not give me any errors not only shows me the list of directories host side, you pass the link to see what
http://www.albantacreativos.com/admin/ftp2.asp

Re: JDiskExplorer Remote Display

Posted: Thu Jun 11, 2009 6:40 am
by support
When I upload I file, I can see the remote folder content. You want to see it as soon as the applet loads, correct ?

Re: JDiskExplorer Remote Display

Posted: Thu Jun 11, 2009 8:32 am
by Gonzalo
Yes, that is, as I would like to load the applet to view the content of the guidelines

Re: JDiskExplorer Remote Display

Posted: Thu Jun 11, 2009 5:25 pm
by support
Could you try to update your JavaScript by replacing:

Code: Select all

document.writeln('<PARAM NAME="param1" VALUE="username">');
document.writeln('<PARAM NAME="value1" VALUE="YourFTPLogin">');
document.writeln('<PARAM NAME="param2" VALUE="password">');
document.writeln('<PARAM NAME="value2" VALUE="YourFTPPassword">');
by:

Code: Select all

document.writeln('<PARAM NAME="username" VALUE="YourFTPLogin">');
document.writeln('<PARAM NAME="password" VALUE="YourFTPPassword">');
Then the applet should display the remote folder as soon as it loads.

Re: JDiskExplorer Remote Display

Posted: Fri Jun 12, 2009 2:51 pm
by Gonzalo
Thank you very much, and it works. I wanted to ask if I can do that with all the parameters?
greetings

Re: JDiskExplorer Remote Display

Posted: Sat Jun 13, 2009 7:14 am
by support
No, there are some regular and extra parameters. Only username/password can be setup with both.

Re: JDiskExplorer Remote Display

Posted: Wed Jun 17, 2009 2:48 pm
by Gonzalo
thanks for your help, I work all too well
greetings