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
Other way to do this:
$(document).ready(function () { var uploader = new plupload.Uploader({ ... multi_selection: false, .... });
Regards