when using the upload component of element, I replaced action with the interface path of the post type written by myself,
but how should I extract the file stream I uploaded in the method of the interface? Now that I print req.body.req.data,req.params,req.file, it"s all undefind or {}. Please let me know
.