- Issue created by @nikm
- πΊπΈUnited States nikm
Looks like the Hosting provider limit 100MB still affects the max upload.
I thought the s3fs_cors is the solution to this...
Any advice? - First commit to issue fork.
- @j-barnes opened merge request.
- πΊπΈUnited States j-barnes
Weβre experiencing this same issue with larger file uploads. When using the widget, files are uploaded directly to S3 client-side. However, the fileInput element still retains the selected file. This means when the form is later submitted via FormData, the file is included again in the request body β even though it was already uploaded β which can cause server-side errors such as exceeding post_max_size.
I think the simple solution is just to clear the fileInput value so that FormData doesn't include the file.
- πΊπΈUnited States ramu_bharu Bridgewater, Massachusetts
Thanks very much for sharing the patch. I've tested the patch and it works perfectly and I don't get any issues when i upload larger files (100+MB).
- πΊπΈUnited States Sunny-Lee
Looks good here, the previous error is no longer happening with this patch. Uploaded 2 videos on various content types and both worked well with a 937.7 MB video.