how to communicate with Nextcloud to upload files or images ?
How to use file upload with custom action or upload files in Nextcloud using file upload and get files and view separate page ?
4 Replies
I've never tried this before, but you could config a disk and use
->disk('newdisk')
in the upload fieldnino/laravel-nextcloud-fs - Packagist
Laravel Nextcloud Filesystem
Thanks sir, is working for upload but error when view or edit.

i have follow this
https://medium.com/@jtgraham38/how-to-upload-media-from-laravel-to-nextcloud-with-webdav-7041c1ae739f
Medium
How to Upload Media From Laravel to Nextcloud with WebDAV
I am building an Laravel web app to help me generate annotations for images. I will be using these annotated images to train computer vision object detection models. As a part of that app, I need to…
but filament still error