Page 1 of 1

Extra parameters not taken into account

Posted: Fri Jan 24, 2014 5:07 pm
by forumee
Hello,

Me again. I've just purchased JFileUpload Pro and I'm trying to make it work (for FTP transfers).

Unfortunately, none of the extra-parameters I've added seems to work, for example :

Code: Select all

  document.write('whitelist="*.mp3,*.zip" ');
  document.write('resume="true" ');
  document.write('overwritewarn="true" ');
and

Code: Select all

document.writeln('<PARAM NAME="whitelist" VALUE="*.mp3,*.zip">');
document.writeln('<PARAM NAME="resume" VALUE="true">');
document.writeln('<PARAM NAME="overwritewarn" VALUE="true">');
(everything functions properly otherwise)

What haven't I done well ?

Best regards.

Re: Extra parameters not taken into account

Posted: Mon Jan 27, 2014 6:40 pm
by support
Did you try to reload applet and clean browser/java cache? whitelist is the most obvious to test, I'm sure it works. Other should work too with it might depend on FTP server.