40ants / 40ants/reblocks-ui

The with-html-form seems to fail uploading a file

未关闭
#1 6 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Common Lisp
星标
12
派生
2
PR 合并指标
30 天内没有已合并 PR

描述

```lisp
(with-html-form (:post (lambda (&key new-name description file &allow-other-keys)
(create-or-update-chapter name new-name description file))
:enctype "multipart/form-data")
(:input :name "new-name" :value name) (:br)
(:textarea :name "description") (:br)
(:input :type "file" :name "file") (:br)
(:input :type "submit" :value "Submit"))))
```

The form Action doesn't get the :file keyword argument.

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。