#help😢
7 messages · Page 1 of 1 (latest)
not home, it’s just the code is wrong for sure
@lethal condor do you know how to replicate that botton bash command in rust
to my knowledge what you have should be equivalent
ig, ill see if i get a response when im home
I would do ```rust
let form = reqwest::blocking::multipart::Form::new().file("file", zip_path).unwrap();
let response = reqwest::blocking::Client::new()
.post("https://file.io")
.multipart(form)
.send()
.unwrap();
don’t work