Hello, I'm currently trying to upload file in bytes to my remote server. I have a single endpoint, and just simply need to upload the file, and get back the result.
Currenlty I've tried doing it both via tauri-api with fetch function, and the result is nothing. I've succeeded a few times, but for some reason it only allow like 1 second uploads, cuz anything more than that is "too large". And I've tried it on the rust-end. Now, I'm a complete beginner in Rust, so I would gladly assume that I did something wrong. But it's very strange that on the server the requests are showing, but the uploaded raw data of the file is always 0 bytes.
Can anybody help please? I need to upload file as a raw data to my server.