Rust Axum Multipart Length Limit Exceeded

Referenced Axum documentation: docs.rs Hello all, I am trying to create a simple file upload using HTML5 forms and Rust Axum. The issue is that, while any normal file works, larger files (particularly video files) which I want to upload are too large. Axum (subsequently Tokio) panics because the Field size is too large for… Read More Rust Axum Multipart Length Limit Exceeded