Public Upload Service

10/8/2025, 9:01:47 PM

A place for uploading files, whether through direct upload in website’s UI or a request using curl. It will generate a direct link to the file which is active for 7 days. It uses a dictionary for scheduling the deletion of expired files and stores it in Redis. This personal project has the purpose of serving my IMG app project and future projects.

https://upload.sinasnp.com/

stack: .NET Core (backend): using mini API NextJS (frontend): TS, React