You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The FormFile method of http.Request from standard library returns a multipart.File (https://pkg.go.dev/net/http#Request.FormFile). You can pass it to imaging.Decode to decode the image.
I'm newbie a developer
How to get image from form data type file from api(postman)
The text was updated successfully, but these errors were encountered: