Hello, it depends on OS. You can show it in your logs, with something
like that: log.Infof("Directory for storing large files: %s",
os.TempDir())
В Чт, 16/07/2020 в 03:44 -0700, hao dong пишет:
> As I have learned, http server will store user-upload file on disk
> when its size exceed 32MB.
> I read the source code, and find out the large file to store in
> os.TempDir(), however, after uploading a large file, I can not find
> the file in the temp dir.
> Cloud someone enlight me, where is the temp file ?
> -- 
> You received this message because you are subscribed to the Google
> Groups "golang-nuts" group.
> To unsubscribe from this group and stop receiving emails from it,
> send an email to golang-nuts+unsubscr...@googlegroups.com.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/golang-nuts/0232db86-9bfb-42ae-b24b-49ea57a222ado%40googlegroups.com
> .
> 

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/golang-nuts/9abb47ddf48d01c3d59c85f43c54b1c74eec1e9e.camel%40via-net.org.

Reply via email to