How to upload Audio file to wordpress via Rest API from flutter
I am able to upload images via API to WordPress but not audio files, it gives HTTP 500 error when I try to pass the Audio file to the method. But when I pass the image it uploads successfully, here…