= 100) { // Delete file Storage::disk('local') ->delete("chunks/$temp_filename"); // Abort uploading // TODO: test pre exceed storage limit abort(423, 'You exceed your storage limit!'); } } }