Closed cdawei closed 4 months ago
Please follow the below steps to test.
demopod
Upload / Download Large File
buttonBrowse
button to choose a local file to upload (I used the ZIP archive of this EEG folder on next cloud)Upload
button, which shows a progress bar as illustrated in the screenshot belowDownload
or the Delete
button, and expect a similar a progress bar.Uploading
After testing upload, download, and delete
Tested. Works as advertised.
Note that A container can only be deleted if it contains no resources. as per https://github.com/solid/solid-spec/blob/master/api-rest.md#deleting-containers
Note that this implements a workaround to issue https://github.com/anusii/solidpod/issues/214
The
readPod()
andwritePod()
implicitly requires the data to read/write is a string.However, this won't be the case when reading / writing EEG data. Solidpod needs to support the read / write of binary data (i.e.
bytes
) in addition to text data.