mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-25 10:20:38 +00:00
added user_with_full_storage_capacity_try_to_upload_new_file
This commit is contained in:
@@ -23,7 +23,6 @@ class CheckStorageCapacityAction
|
||||
->delete("chunks/$temp_filename");
|
||||
|
||||
// Abort uploading
|
||||
// TODO: test pre exceed storage limit
|
||||
abort(423, 'You exceed your storage limit!');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user