I don\'t see an option in the plupload API docs on restricting the number of files uploaded, to any number, even 1.
Doc fail? or Feature fail? If it doesn\'t exist I\'ll
Why not just
if (files.length > 1) uploader.splice(1, files.length - 1);