0

Using React client user can upload multiple files. I need to capture those files and another boolean in the below model and call .net api.

"fileList": [ { "name" : "location1", "PRODUCTIONFILE": {}, "PREVEIWFILE": {}, "OUTLINESONLY": false }, { "name" : "location2", "PRODUCTIONFILE": {}, "PREVEIWFILE": {}, "OUTLINESONLY": true } ]

0 Answers0