Extra parameters not taken into account

Upload core product.
Post Reply
forumee
Posts: 5
Joined: Thu Jan 23, 2014 9:48 pm

Extra parameters not taken into account

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

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

Re: Extra parameters not taken into account

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

Post Reply