Documentation on Craft Cloud asset uploading from front end contexts #51
jamesmacwhite
started this conversation in
Feature Requests & Enhancements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It is already well documented that Craft Cloud web requests are limited to 6MB due to AWS Lambda. A 6MB+ request i.e. POST data would be rare, but the key area where this will likely be a factor is file uploads from front end forms.
https://craftcms.com/knowledge-base/cloud-quotas#requests-responses
It would be great to get some official documentation on how this can be implemented, in particular for plugin developers. I can see form plugins like Formie and Freeform being able to take advantage of this will provide a less limiting experience for file uploading through forms.
Beta Was this translation helpful? Give feedback.
All reactions