hi
on my website written in php I would like to have large file upload. The file should be actually stored in Nextcloud.
- I did not install Nextcloud. I am just an user of Nextcloud implementation by cd.wedos.com
- the large files will be stored under my account so I cannot let users directly upload files to Nextcloud
- I would like to use GitHub - ankitpokhrel/tus-php: 🚀 A pure PHP server and client for the tus resumable upload protocol v1.0.0 or similar to let users upload files
- when reading TUS doc I found GitHub - ankitpokhrel/tus-php: 🚀 A pure PHP server and client for the tus resumable upload protocol v1.0.0 so I might let TUS directly upload to Nextcloud
My question is
- whether it is possible to use TUS to upload files.
- or if you can see any other way to upload large files for my website users.
Thank you
Radek