Drag and drop files from the desktop or select Browse... below to add files to the uploader.
The uploader in this case is set up to limit the files accepted based on a number of constraints.
The constraints limit the uploader to accept just 10 files at a time (maxFiles: 10) with no
one file larger than 2,000,000 bytes (maxFileSize: 2000000). Also, the type of file accepted
is limited to these mime types: (mimeTypes: ["application/pdf", "image/gif",
"image/png", "image/jpeg"]).