Skip to content

feat(http): add multi-file multipart support with folder and mapping …#155

Open
Mira5121804 wants to merge 1 commit intoArkForgeLabs:mainfrom
Mira5121804:feat/multi-file-multipart
Open

feat(http): add multi-file multipart support with folder and mapping …#155
Mira5121804 wants to merge 1 commit intoArkForgeLabs:mainfrom
Mira5121804:feat/multi-file-multipart

Conversation

@Mira5121804
Copy link
Member

…(#144)

return Err(err.into_lua_err());
mlua::Value::Table(map) => {
for field in &this.fields {
let path: String = map.get(field.name.clone())?;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're not doing any checks for the directory for these, and it automatically errors out if a field is not present, it should rather just continue in the iteration instead.

@ElhamAryanpur ElhamAryanpur linked an issue Feb 16, 2026 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Multi file multipart

2 participants

Comments