Skip to content

multipart/form-data #44

Answered by eandre
thebyrd asked this question in Help
Jul 13, 2021 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

Hey @thebyrd, great question. The best way to do things like this is by dropping down an abstraction level and using raw endpoints:

//encore:api public raw
func MyHandler(w http.ResponseWriter, req *http.Request) { /* ... */ }

From there on the TutorialEdge code should work completely unmodified.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@thebyrd
Comment options

@DrSensor
Comment options

@eandre
Comment options

Answer selected by eandre
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
3 participants