Prevent Redirect on File Upload through form Submittal (React, Express, Multer)

前端 未结 3 1078
没有蜡笔的小新
没有蜡笔的小新 2021-01-24 18:54

I\'m setting up a file uploading functionality for the first time. I have a react front-end and an express server that will store the files. I have it set up so a user can submi

3条回答
  •  孤街浪徒
    2021-01-24 18:58

    create a method in your Component that handles the submit, in the onSubmit attribute of your form call it like: onSubmit="{this.handleSubmit}" and post your data in an async way.

提交回复
热议问题