What is the file size limit when uploading a file to a project through the UI?
Hi @michelle ,
Technically, there is not. The limitation will be how much data the user’s browser can handle, this is usually 1GB. On the other hand, attachments are limited to 200MB
Please check out this guide. It’s using Boto3 to upload directly into S3. This might help you. The code is available in GitHub if you want to do a quick C&P.
Hope this helps
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.