This question is locked. New answers and comments are not allowed.
Hello,
Is it possible to make MVC Upload component working with single file?
With ".Multiple(false)" method I can limit user to select only 1 file. But after user upload that file he can select another one and it will be added as a second to the list of files. I can hide the file list but then the progress bar is hidden either and control looks not very pretty.
The behavior I'm looking for is something similar to RadAsyncUpload MaxFileCount=1 attribute but for MVC upload.
Thank you for your help.
Is it possible to make MVC Upload component working with single file?
With ".Multiple(false)" method I can limit user to select only 1 file. But after user upload that file he can select another one and it will be added as a second to the list of files. I can hide the file list but then the progress bar is hidden either and control looks not very pretty.
The behavior I'm looking for is something similar to RadAsyncUpload MaxFileCount=1 attribute but for MVC upload.
Thank you for your help.