1. FYI, there is an example to import images.
https://gist.github.com/hissy/0973a6a9977129a6ebd0
2. You can check the charset of your csv file. It must be UTF-8. If you are using MS Excel, please do not use it. I recommend to use LibreOffice. thanks
Hello,
First of all, thank you for the quickly response. Unfortunately I still can’t upload a image to a advanced custom field :\ I place the addon on the plugin folder but with no success on the upload.
You can see the csv to debug here (created on the LibreOffice).
The gist is just an example. Please read comments in the code and fix to your custom fields. thanks
Can you clarify the comments in that gist example? Exactly what do I have to change in your example?
I have a custom post type called “products” and my ACF custom field is called “product_image”.
And do I just put the file in the root of the plugin folder?
Thank you!
Hi Takuro. Can you tell me exactly what I need to change in your example?
And do I just put the addon-file in the root of the plugin folder?
Your plugin is working perfectly, but I just need it to also import images into my ACF image field.
Please ask to ACF forum, it is on the ACF side.
Put your add-on in wp-content/plugins folder.