http-rs / tide

Fast and friendly HTTP server framework for async Rust
https://docs.rs/tide
Apache License 2.0
5.07k stars 321 forks source link

Add prefix to temp directory in upload example #869

Open crodjer opened 2 years ago

crodjer commented 2 years ago

Instead of the default /tmp/.tmpXXXXXX/, use /tmp/tide-upload-example-XXXXXX/ making it easier to find the directory.