m0kr4n3 / uploading_platform

A very simple flask app for uploading files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

uploading_platform

This is a very simple flask app that allows you to upload your files, I needed this app multple time when I have a machine that doesn't have the needed commands to open an http server to serve files, or in the case that it doesn't the permissions to touch or open ports. To resolve this problem, I host this application in my machine then go to the other one and upload the files, without any serving or opening http server.

Here's the curl command to upload multiple files:

curl -X POST http://127.0.0.1:5000/upload -F 'files=@file1' -F 'files=@file2'

About

A very simple flask app for uploading files

License:MIT License


Languages

Language:HTML 49.8%Language:CSS 29.8%Language:Python 20.4%