FileUpload: Define custom url for getting uploaded files
In V2 there was a
getUploadedFileUrlUsing()
function within BaseFileUpload.php that seems to be missing in V3. I see the method getUploadedFileUsing()
exists in V3 but I'm struggling to get it working by simply returning the URL like I could in V2.
For context: These files are stored on custom disk on the local filesystem, but as they contain sensitive information I access them with a defined route which checks if the user is logged in and has valid permission. I'd like to be able to use this route, like I could in V2 with the getUploadedFileUrlUsing function.
Any suggestions are much appreciated!0 Replies