mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #1679] Upload files in request #529
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#529
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @sawa-ko on GitHub (May 29, 2021).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/1679
Is your feature request related to a problem? Please describe.
Solve the problem of making requests that require a file to be uploaded
Describe the solution you'd like
Enable file upload in the body of the POST request.
Describe alternatives you've considered
None.
Additional context
This is something that should be there since many api developers have endpoints where it is necessary to upload a file or several files in the request.
I have seen that this problem is since 2019 and they have not implemented it yet.
@liyasthomas commented on GitHub (May 29, 2021):
This feature has been implemented.
POSTmethod.Content Typeasmultipart/form-datafrom request section.@Rafay106 commented on GitHub (Dec 23, 2023):
How do I send text fields with an image field using multipart/form-data
So overall I have 2 issues