stephane-segning / no-drive

2 stars 0 forks source link

Uploading file data to local fs #13

Open Christiantyemele opened 3 months ago

Christiantyemele commented 3 months ago

Implement upload file async function to upload files to local ./tmp directory

  async fn upload_file(&self, file_data: TempFile) -> Result<()> {
        todo!("Upload file to local_fs")
    }