Closed elv-zenia closed 1 year ago
Use File object instead of array buffer in UploadFiles() fileInfo. This is consistent with what is implemented in the ingest app and works.
fileInfo
the client is not necessarily running in the browser and the type may not be a javascript file type.
@elv-kevin Fixed for the case where UpdateApps#directory uses FileInfo
Use File object instead of array buffer in UploadFiles()
fileInfo
. This is consistent with what is implemented in the ingest app and works.