The with-html-form seems to fail uploading a file
未关闭
- 主要语言
- 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 还没有评估数据。