* 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: e5e25d2fd9/README.md (formidable--incomingform)