Hello,
I was making a pastebin in Rust which I shared to the Rust community but there was one person who asked “why didn’t you use upload functionality of axum” (I implemented the upload functionality using by simply using TCP connection). now I think that it might be a good idea to have file upload using axum but I couldn’t find how to do it in their documentation. could someone point me to the right direction please? :)
You must log in or register to comment.
Did you check out the Examples ?
Thanks, found it https://github.com/tokio-rs/axum/blob/main/examples/form/src/main.rs
With a keyboard