Title: upload csv not working
Last modified: August 30, 2016

---

# upload csv not working

 *  Resolved [bdolor](https://wordpress.org/support/users/bdolor/)
 * (@bdolor)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/upload-csv-not-working/)
 * Plugin version 1.7.1
 * To recreate, import users from a CSV file ‘directly from your PC’. Expected behavior:
   it will upload the users in that uploaded CSV file.
    Observed behavior: it will
   upload the users in the test.csv file already on the server/included with the
   plugin.
 * I notice the conditions set on line 932 `!@is_uploaded_file($_FILES['uploadfiles']['
   tmp_name']))` and `!@file_exists( $_FILES['uploadfiles']['tmp_name'] )` in `import-
   users-from-csv-with-meta.php` will always resolve to false (they don’t exist/
   are not uploaded) if left as is.
 * The $filename that you want for both of those functions is at `$_FILES['uploadfiles']['
   tmp_name'][0]`
 * [https://wordpress.org/plugins/import-users-from-csv-with-meta/](https://wordpress.org/plugins/import-users-from-csv-with-meta/)

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [Javier Carazo](https://wordpress.org/support/users/carazo/)
 * (@carazo)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/upload-csv-not-working/#post-6644277)
 * bdolor,
 * Sorry but those lines are from version 1.7 not from version 1.7.1.
 * I have just uploaded it some hour ago so maybe you are seeing the wrong version.
 * Please update it manually or see it in the code directly and you will see that
   the problem is solved.
 * Thanks.
 *  Thread Starter [bdolor](https://wordpress.org/support/users/bdolor/)
 * (@bdolor)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/upload-csv-not-working/#post-6644281)
 * Thanks, just bad timing – closing
 *  Plugin Author [Javier Carazo](https://wordpress.org/support/users/carazo/)
 * (@carazo)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/upload-csv-not-working/#post-6644283)
 * Thanks to you I was a bit confused and reviewing it again.
 * Please review us 🙂 [https://wordpress.org/support/view/plugin-reviews/import-users-from-csv-with-meta](https://wordpress.org/support/view/plugin-reviews/import-users-from-csv-with-meta)

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘upload csv not working’ is closed to new replies.

 * ![](https://ps.w.org/import-users-from-csv-with-meta/assets/icon-256x256.png?
   rev=1174343)
 * [Import and export users and customers](https://wordpress.org/plugins/import-users-from-csv-with-meta/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/import-users-from-csv-with-meta/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/import-users-from-csv-with-meta/)
 * [Active Topics](https://wordpress.org/support/plugin/import-users-from-csv-with-meta/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/import-users-from-csv-with-meta/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/import-users-from-csv-with-meta/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Javier Carazo](https://wordpress.org/support/users/carazo/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/upload-csv-not-working/#post-6644283)
 * Status: resolved