You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Excellent job done with this library.
Is there any chance that you add support for multiple files upload ?
publicclassMyWrapper{[FromJson]publicProductProduct{get;set;}publicIEnumerable<IFormFile>File{get;set;}// <-- That would be awesome if we could do this}publicclassProduct{publicstringName{get;set;}publicProductTypeType{get;set;}}publicenumProductType{Phone,Laptop}
Actual behavior when doing as above :
The text was updated successfully, but these errors were encountered:
Hello,
Excellent job done with this library.
Is there any chance that you add support for multiple files upload ?
Actual behavior when doing as above :
The text was updated successfully, but these errors were encountered: