expressjs/multer

[docs, help wanted] Frontend Usage Examples

开放

#883 创建于 2020年4月30日

 (3 条评论) (6 个反应) (1 位负责人)JavaScript (1,043 个派生)batch import
docshelp wanted

仓库指标

星标
 (11,136 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

We often see Issues opened for folks who are having troubles on the client side. Uploading an array of files clientside is non-obvious, due to no fault of Multer.

Most recently #880, but there are many such examples. (@expressjs/triagers maybe link some related issues here if you find them?)

PR https://github.com/expressjs/multer/pull/580 addressed this with a regular HTML form.

I propose a specific section of the docs, something like ## Clientside Examples to feature prominently, and allow easy linking to, with common examples.

Specifically we are missing an example for FormData web api. We can't cover everything, but let's cover some of the most asked cases.

贡献者指南