Page 1 of 1

jFileUpload maxFiles

Posted: Tue Aug 11, 2009 10:59 am
by bigeagle
Hi All,

I want that my users can upload max. 1 file s I've added the following property to my js files:
document.write('maxfiles=1 ');
AND
document.writeln('<PARAM NAME="maxfiles" VALUE=1>');

But this don't work.

Whats the solution for this :) ?

Regards,

Re: jFileUpload maxFiles

Posted: Tue Aug 11, 2009 7:28 pm
by support
Your parameter seems correct, when you drag&drop 2 files for upload at the same time you don't have an error message?