In cooperation with the front-end React+Antd, how to write the interface to receive the pictures uploaded by the Upload component?

in conjunction with the front-end React+Antd, how to write the interface to receive the pictures uploaded by the Upload component?
writes an interface, but the front end uploads the picture without entering the breakpoint at all.
but the front end receives the returned picture in base64 format and can display

.
Oct.29,2021

antd sends you a file with the name file in the format multipart/form-data by default

.
Menu