* Pass maxFileSize attribute when instantiating IncomingForm()
Assigning a value through `form.maxFileSize` directly no longer works and will result in `Type error: Property 'maxFileSize' does not exist on type 'IncomingForm'.`
* Refactor Formidable instantiation acdg. to example shown in docs
Example usage acdg. to docs:
|
||
|---|---|---|
| .. | ||
| api | ||
| _app.tsx | ||
| _document.tsx | ||
| index.tsx | ||