How should I go about creating a media upload syst...
# ktor
d
How should I go about creating a media upload system? I know you could just add a form body and accept a file, then download it. Is that the best way? Is there a way to use a LetsEncrypt SSL certificate instead of a JKS with KTOR?
h
If you don't want to send any data with your files and want to do each one individually, you don't necessarily need to use forms. You can just post it as the body.