See the list of the remote files

Explorer-like frontend add-on to upload/download.
Post Reply
luctuf
Posts: 11
Joined: Wed Apr 07, 2010 11:16 am

See the list of the remote files

Post by luctuf »

Hi to all! My applet won't to list the remote file! I see the list only if I start to upload somethings...why? Is there some parameter to set up?
Thanks in advance!
:mrgreen:

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

Re: See the list of the remote files

Post by support »

You should have:
<PARAM NAME="param1" VALUE="username">
<PARAM NAME="value1" VALUE="yourloginhere">
<PARAM NAME="param2" VALUE="password">
<PARAM NAME="value2" VALUE="yourpasswordhere">

Replace it by:
<PARAM NAME="username" VALUE="yourloginhere">
<PARAM NAME="password" VALUE="yourpasswordhere">

Does it help?

Post Reply