stage file upload an
This commit is contained in:
@@ -135,6 +135,11 @@ class NextCloudHelper
|
||||
return route('admin.nextcloud.download', ['file' => base64_encode($filePath)]);
|
||||
}
|
||||
|
||||
public static function getPreviewUrl($filePath)
|
||||
{
|
||||
return route('admin.nextcloud.preview', ['file' => base64_encode($filePath)]);
|
||||
}
|
||||
|
||||
public static function getNextcloudFile($filePath)
|
||||
{
|
||||
// Check if the file exists
|
||||
|
||||
Reference in New Issue
Block a user