Closed2023/06/20にクローズ3goでファイルアップロードGopodhmo2023/06/20とりあえず、ミニマムなコードはこんな感じか。fs.FSはread onlyだったのでディレクトリ名を渡すことにした。 https://gist.github.com/podhmo/44b871f748b864bad80d51ae08894b51 podhmo2023/06/20ginだとこんな感じっぽい gctx.SaveUploadedFile()があるのが独特 single https://github.com/gin-gonic/examples/blob/master/upload-file/single/main.go multiple https://github.com/gin-gonic/examples/blob/master/upload-file/multiple/main.go podhmo2023/06/20bindingをginに任せる事もできる? https://github.com/gin-gonic/examples/blob/master/file-binding/main.go 返信を追加このスクラップは2023/06/20にクローズされました
podhmo2023/06/20とりあえず、ミニマムなコードはこんな感じか。fs.FSはread onlyだったのでディレクトリ名を渡すことにした。 https://gist.github.com/podhmo/44b871f748b864bad80d51ae08894b51
podhmo2023/06/20ginだとこんな感じっぽい gctx.SaveUploadedFile()があるのが独特 single https://github.com/gin-gonic/examples/blob/master/upload-file/single/main.go multiple https://github.com/gin-gonic/examples/blob/master/upload-file/multiple/main.go podhmo2023/06/20bindingをginに任せる事もできる? https://github.com/gin-gonic/examples/blob/master/file-binding/main.go 返信を追加
podhmo2023/06/20bindingをginに任せる事もできる? https://github.com/gin-gonic/examples/blob/master/file-binding/main.go