You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: prevent NotFoundError when drag-dropping large folders
Browsers discard stale FileSystemEntry references during long
sequential uploads. For folders with 500+ files, later entries
become unreachable by the time processNextFile gets to them.
Read all directory entries upfront and resolve File handles
immediately before starting any uploads.
0 commit comments