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!
See the list of the remote filesRe: See the list of the remote filesYou 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? |