Skip to content

A simple online file-sharing system that supports various file types and generates shareable links via file.io.

Notifications You must be signed in to change notification settings

kingslayer458/file-sharing-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

File Sharing System

file.io API is not working due to CORS issue so for now use tmpfile.org API

Limits:

  • Max File Size: 100MB
  • Time Limit: 1 Hour

Installation

Clone the repository:

git clone https://github.com/kingslayer458/file-sharing-system.git
cd file-sharing-system

API Endpoints

Upload File

POST /upload

Request:

  • Form-data with a file field (file)

Response:

{
  "status": "success",
  "url": "https://tmpfile.org/xyz123"
}

Download File

Simply open the provided URL in the response to download the file.

Notes

  • The file.io API was replaced with tmpfile.org due to CORS issues.
  • This system is designed for temporary file sharing and not for permanent storage

Contributions and improvements are welcome!

About

A simple online file-sharing system that supports various file types and generates shareable links via file.io.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published