Reimplement Drag & Drop for file uploading 🎉 (#1858)

This commit is contained in:
Charles
2025-11-09 09:24:12 -05:00
committed by GitHub
parent 172436e012
commit 0891db5342
6 changed files with 1072 additions and 172 deletions

View File

@@ -17,6 +17,11 @@ return [
'from_files' => 'Upload Files',
'from_url' => 'Upload from URL',
'url' => 'URL',
'drop_files' => 'Drop files to upload',
'success' => 'Files uploaded successfully',
'failed' => 'Failed to upload files',
'header' => 'Uploading Files',
'error' => 'An error occurred while uploading',
],
'rename' => [
'title' => 'Rename',