How to upload multiple images through WordPress REST API from FLutter APP
I’m learning Flutter application development and I have been faced with a major issue of how to save multiple files uploaded from the phone to the WordPress website through rest API. I have captured the files through Flutter as shown by the following code.
How to upload multiple images through WordPress REST API
I’m learning Flutter application development and I have been faced with a major issue of how to save multiple files uploaded from Pone to the WordPress website through rest API. I have been able to capture the files through Flutter as shown by the following code.