[SOLVED]Image upload axios post won't work

I fixed it by downgrading axios from 0.26.0 to 0.24.0 and instantiate const formdata = new FormData(); inside the uploadMedia() method.

3 Likes