79454994

Date: 2025-02-20 15:27:24
Score: 2.5
Natty:
Report link

I use be bellow code that can also upload file, but I don't know how to process the data next?

let future = async {
                    let file = rfd::AsyncFileDialog::new().pick_file().await;
                    file.unwrap().read().await
                };
                let data = async_std::task::block_on(future);
Reasons:
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: 馬沁覚