mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #4120] [feature]: Allow file based variables #1475
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#1475
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 @smil2k on GitHub (Jun 13, 2024).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/4120
Is there an existing issue for this?
Summary
Currently the entire body can by imported from a file, the body might contain variables which is very good in case the body is fairly static, but some parts are variable.
Variables currently allows fairly small amount of data only. You cannot import a file into them. So it is not possible to add a larger file into a body this way.
Proposal would be to allow a file type variable, which would be a file picker, content not saved. So in order to use the request you need to provide a file first and then the body is composed as today.
Why should this be worked on?
Requests like file upload could be added more easily.