Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 557 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 557 Bytes

File Download Simulator

Try it here

A simple web app that lets you test how files behave when downloaded through a browser, without the delay of a real network transfer. Features drag-and-drop, dark mode support, and a clean interface.

Usage

Just drag and drop a file or click to choose one - it will be automatically "downloaded" back to your system.

How it Works

The app creates a temporary local blob URL from your file and triggers the download - no actual server upload happens.