JDiskExplorer Remote Display

Explorer-like frontend add-on to upload/download.
User avatar
support
Posts: 1503
Joined: Sun Jan 27, 2008 6:19 pm

Re: JDiskExplorer Remote Display

Post 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 ?

Gonzalo
Posts: 15
Joined: Mon Jun 08, 2009 9:47 am

Re: JDiskExplorer Remote Display

Post 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

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

Re: JDiskExplorer Remote Display

Post 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 ?

Gonzalo
Posts: 15
Joined: Mon Jun 08, 2009 9:47 am

Re: JDiskExplorer Remote Display

Post by Gonzalo »

Yes, that is, as I would like to load the applet to view the content of the guidelines

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

Re: JDiskExplorer Remote Display

Post 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.

Gonzalo
Posts: 15
Joined: Mon Jun 08, 2009 9:47 am

Re: JDiskExplorer Remote Display

Post by Gonzalo »

Thank you very much, and it works. I wanted to ask if I can do that with all the parameters?
greetings

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

Re: JDiskExplorer Remote Display

Post by support »

No, there are some regular and extra parameters. Only username/password can be setup with both.

Gonzalo
Posts: 15
Joined: Mon Jun 08, 2009 9:47 am

Re: JDiskExplorer Remote Display

Post by Gonzalo »

thanks for your help, I work all too well
greetings

Post Reply