• I am adding some fields to the backend user page in admin

    the action edit_user_profile_update allows me to update from data in $_POST, so far so good…

    But $_FILES is empty! (I would like to update some images)

    Can anybody suggest a workaround, please?

Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    Try using the ‘user_edit_form_tag’ action to output enctype="multipart/form-data">
    Be sure to include whitespace in front of enctype.

Viewing 1 replies (of 1 total)
  • The topic ‘edit_user_profile_update , $_FILES’ is closed to new replies.