Posts by Andrei Sena • 11 points
1 post
-
1
votes2
answers316
viewsA: How to access the React upload Enable in the Laravel API?
This variable api is an instance of Axios? Try adding a header Content-Type: Multipart/form-data to your request. If you are using Xios would be like this: const response = await…