2 repository-uri
Integration with modern browser APIs for secure and advanced file system access.
Distinct from File System Integration: Targets the specific web-based File System Access API, distinct from OS-level or virtualized file system integration.
Explore 2 awesome GitHub repositories matching web development · Browser File System API Integrations. Refine with filters or upvote what's useful.
react-dropzone is a React hook and HTML5 drag-and-drop wrapper used to create interactive areas that accept files via drag-and-drop or a native system file picker. It serves as a web file system interface, bridging browser interfaces with the operating system's file selection process. The project distinguishes itself by managing complex event propagation to isolate drop zones and providing global drag-state detection for document-wide visual feedback. It supports both traditional hidden input triggers and the modern browser File System Access API for secure context integration, and it can det
Utilizes the modern browser File System Access API as an alternative to traditional hidden input elements.
Uploader is a JavaScript library designed for managing reliable, resumable, and concurrent file transfers within web applications. It provides a client-side interface that leverages the browser's native file system capabilities to handle data selection and transmission. The library distinguishes itself by implementing a chunked data handling model, which breaks large files into smaller segments to ensure fault tolerance. This architecture allows for the automatic recovery of transfers following network interruptions or browser restarts, while maintaining state-persistent queues that enable us
Interfaces directly with browser-level file system APIs to handle local data selection and reading.