io.host | File uploader & host
Hi.
I made a thing, it's a simple file uploader with an API for
Python 3.9+.
yeahhhhhhhhhhhhegoheiruukdjngs
DynamicSquid
Nice! I don't think it detects newlines in files though, so the entire file is just displayed in one line
minishxp
@DynamicSquid yes, ill try improving that by replacing line breaks "\n" by the html line break element "
" before showing the file to user
broke