Might not be quite what you are looking for, but for this sort of stuff I like to use AWS s3 + AWS lambda. Depending on how much control you want it could be just a simple upload form hosted on s3 that then uploads the file to the same s3 bucket.
Basically free due to how cheap s3 is, but a bit more work to get setup than some of the other suggestions.
|