Is there any way to make Valums File Uploader to accept only a single file?
Right now, with multiple: false
you cannot limit the number of files to upload but instead you can get the user to upload files one-by-one rather than allowing multiple selection.
I need the user to upload a single file only. If another file is being selected after uploading a file, the uploaded file should be replaced by the current one.
Can anyone help me in how to achieve this?