MCPcopy
hub / github.com/gofiber/fiber / SaveFile

Method SaveFile

ctx_interface_gen.go:134–134  ·  view source on GitHub ↗

SaveFile saves any multipart file to disk.

(fileheader *multipart.FileHeader, path string)

Source from the content-addressed store, hash-verified

132 IsPreflight() bool
133 // SaveFile saves any multipart file to disk.
134 SaveFile(fileheader *multipart.FileHeader, path string) error
135 // SaveFileToStorage saves any multipart file to an external storage system.
136 SaveFileToStorage(fileheader *multipart.FileHeader, path string, storage Storage) error
137 // Secure returns whether a secure connection was established.

Callers 2

Test_Ctx_SaveFileFunction · 0.65

Calls

no outgoing calls

Tested by 2

Test_Ctx_SaveFileFunction · 0.52