Home › Forums › ACF PRO › Import is KO : "no file to import" › Reply To: Import is KO : "no file to import"
To do some debugging and see if your file is getting there, open the file
…/plugins/advanced-custom-fields-pro/includes/admin/class-acf-admin-tool/import.php
go to about line 95 and find the function submit. Add to the first line of this function (before the first if statement.
var_dump($_FILES); die;
try uploading the file and see what happens.
Welcome to the Advanced Custom Fields community forum.
Browse through ideas, snippets of code, questions and answers between fellow ACF users
Helping others is a great way to earn karma, gain badges and help ACF development!
We use cookies to offer you a better browsing experience, analyze site traffic and personalize content. Read about how we use cookies and how you can control them in our Privacy Policy. If you continue to use this site, you consent to our use of cookies.