[PR #1491] [MERGED] [Feat/form data] Remove file fields from collections #3354

Closed
opened 2026-03-17 00:58:31 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/1491
Author: @nelsontky
Created: 2/17/2021
Status: Merged
Merged: 2/17/2021
Merged by: @liyasthomas

Base: feat/formDataHead: feat/formData


📝 Commits (3)

📊 Changes

1 file changed (+12 additions, -2 deletions)

View changed files

📝 store/postwoman.js (+12 -2)

📄 Description

Since File is not serializable, form data fields with files cannot be saved into a collection. Thus, files are filtered out before a request is added to a collection.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/1491 **Author:** [@nelsontky](https://github.com/nelsontky) **Created:** 2/17/2021 **Status:** ✅ Merged **Merged:** 2/17/2021 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `feat/formData` ← **Head:** `feat/formData` --- ### 📝 Commits (3) - [`930b6f6`](https://github.com/hoppscotch/hoppscotch/commit/930b6f63eab87bd72e58dead2b6cf9da49031d24) Prevent file from being saved to collections - [`52db061`](https://github.com/hoppscotch/hoppscotch/commit/52db061d11d71d80d4ea7867e038af441934e119) Merge branch 'feat/formData' of https://github.com/hoppscotch/hoppscotch into feat/formData - [`3d2de76`](https://github.com/hoppscotch/hoppscotch/commit/3d2de76b20d9b5ffda7e0a23dade257b675a4eea) Remove console.log ### 📊 Changes **1 file changed** (+12 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `store/postwoman.js` (+12 -2) </details> ### 📄 Description Since `File` is not serializable, form data fields with files cannot be saved into a collection. Thus, files are filtered out before a request is added to a collection. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:58:31 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#3354
No description provided.