data-skeptic / serverless-upload-accepter

A Chalice based Serverless microservice which accepts PDF files as uploads and saves them to S3.
0 stars 0 forks source link

GET /upload #2

Closed kylepolich closed 4 years ago

kylepolich commented 4 years ago

Add a new endpoint for /upload which returns a very very very basic HTML page that has a <FORM> with an upload option. Simple HTML only. No frameworks, no libraries. Should be ~20 lines of HTML.

The FORM should POST to /upload with the appropriate content type to upload the file.