jFileUpload maxFiles

Upload core product.
Post Reply
bigeagle
Posts: 10
Joined: Sat Nov 01, 2008 5:54 pm

jFileUpload maxFiles

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

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

Re: jFileUpload maxFiles

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

Post Reply