Allow the user to select a directory to upload

Is it possible to have the Radzen Upload component accept a directory instead of a single file name to upload? I need to allow the user to specify a directory and have all the files in that directory be selected and sent to the upload service url (the web service endpoint specified in theURL property. and that it is posting to service the IFormFile array).

Such feature is not supported - only single or multiple files.