aboutsummaryrefslogtreecommitdiff
path: root/store/works/bruno/ComfyUI/Upload Image.bru
diff options
context:
space:
mode:
authorYuqian Yang <crupest@crupest.life>2025-03-01 00:23:55 +0800
committerYuqian Yang <crupest@crupest.life>2025-03-01 00:23:55 +0800
commit36e0449df425341c4ae023d96812b1687e4350dc (patch)
treed4ca89ceb421c7067eae179f7f5470adf2a35482 /store/works/bruno/ComfyUI/Upload Image.bru
parenta0f2f7e29035553562941f4046db88d707daf199 (diff)
downloadcrupest-36e0449df425341c4ae023d96812b1687e4350dc.tar.gz
crupest-36e0449df425341c4ae023d96812b1687e4350dc.tar.bz2
crupest-36e0449df425341c4ae023d96812b1687e4350dc.zip
chore: fix modes of files.
Diffstat (limited to 'store/works/bruno/ComfyUI/Upload Image.bru')
-rw-r--r--store/works/bruno/ComfyUI/Upload Image.bru18
1 files changed, 18 insertions, 0 deletions
diff --git a/store/works/bruno/ComfyUI/Upload Image.bru b/store/works/bruno/ComfyUI/Upload Image.bru
new file mode 100644
index 0000000..92b4aeb
--- /dev/null
+++ b/store/works/bruno/ComfyUI/Upload Image.bru
@@ -0,0 +1,18 @@
+meta {
+ name: Upload Image
+ type: http
+ seq: 2
+}
+
+post {
+ url: {{BASE_URL}}/upload/image
+ body: multipartForm
+ auth: none
+}
+
+body:multipart-form {
+ overwrite: true
+ type: input
+ subfolder: crupest-test
+ image: @file(/Users/crupest/codes/crupest/assets/crupest-transparent.png)
+}