File Downloader is a simple web application that allows users to download files from a given URL. It provides an easy way to download files directly by pasting the desired URL into the input field.
- Paste the URL of the file you want to download in the provided input field.
- Click the "Download" button to initiate the download process.
- The downloaded file will be saved to your device's default download location.
Please note that this application may not be able to download files from certain websites, such as Instagram YouTube etc. This limitation is due to the Cross-Origin Resource Sharing (CORS) policy implemented by those websites. CORS is a security feature that restricts web pages from making requests to a different domain than the one that served the web page.
As a result, you might encounter issues when attempting to download files from websites that have strict CORS policies in place. The application may not be able to access the necessary resources to initiate the download.
- Clone or download this repository to your local machine.
- Open the
index.htmlfile in a web browser. - In the input field, paste the URL of the file you want to download.
- Click the "Download" button to start the download.
- Anas
