mirror of
https://github.com/ProxymanApp/proxyman-windows-linux.git
synced 2026-04-27 00:45:55 +03:00
[GH-ISSUE #310] Multiple Part Forms #311
Labels
No labels
Linux
bug
enhancement
enhancement
pull-request
question
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/proxyman-windows-linux#311
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 @NghiaTranUIT on GitHub (Sep 25, 2023).
Original GitHub issue: https://github.com/ProxymanApp/proxyman-windows-linux/issues/310
Originally assigned to: @kics223w1 on GitHub.
Description
Acceptance Criteria
multipart/form-data)Make sure the Body Tab renders correctly

Able to export the FILE to Desktop -> Export with filename + extension -> Able to open it without any error.
Logic
MultipartServiceto handle the parserHow to test
@NghiaTranUIT commented on GitHub (Oct 26, 2023):
Update requirement
Saveand "Show anyway" button. Remove the "Open With" button.Save: Select a folder -> Proxyman will exportALLparts to a selected folder, each part should have the name by format:filenamecolumn -> Use this filenamefilename-> Use generic name:Part_${index}Show anywaywill show the Multipart view as usual. This selection doesn't persist, it will reset to FALSE if we select new flow.@NghiaTranUIT commented on GitHub (Oct 26, 2023):
How to test with large data
testin theDesktop. Verify We have 3 files are exported ✅ (2 files are image/video, can open it, and the last file is a JSON text)Show anywaybutton -> Show the Multipart Preview as usual@NghiaTranUIT commented on GitHub (Oct 28, 2023):
New Requirement 2