seeking for serverless solutions to implement in a contact form
Unanswered
Cape lion posted this in #help-forum
Cape lionOP
I need to build a contact form serverless that allows me upload files with max of 10MB in the cloud without breaking the flow.
2 Replies
@Cape lion I need to build a contact form serverless that allows me upload files with max of 10MB in the cloud without breaking the flow.
in the cloudis a very wide word... how to limit uploads is very dependend on your cloud provider and on the way you upload your files.
You can either upload it from the client directly to the cloud, then your cloud need to provide a link (maybe with restrictions for the client like a policy or something) and if you want to upload it via an api route, then it's not serverless anymore. Because for a short amount of time you need to execute and check if the file is bigger than 10MB
So, please clarify to get detailed help