eluv-io / elv-fabric-browser

Eluvio Content Fabric Browser
MIT License
2 stars 1 forks source link

Fix large file uploads; use File object in place of arrayBuffer #87

Closed elv-zenia closed 1 year ago

elv-zenia commented 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.

elv-kevin commented 1 year ago

the client is not necessarily running in the browser and the type may not be a javascript file type.

elv-zenia commented 1 year ago

@elv-kevin Fixed for the case where UpdateApps#directory uses FileInfo