Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi, are you using the latest version of the plugin? If you’re using the latest version, are you trying to upload the images through the front-end (with Theme My Login, etc.)?

    Thread Starter Rolf Hassel

    (@samwan)

    Yes, using the latest version 1.4.2

    Yes, users will need to do this from the frontend. As i said, while doing this as an admin: no problems. But if a user (contributor) tries this, the above message appears.

    Thread Starter Rolf Hassel

    (@samwan)

    I can give you admin access if you like to take a look.

    You have to add enctype=”multipart/form-data” to your profile edit form. If you are using Theme My Login, you would change line 10 in theme-my-login/templates/profile-form.php from:

    <form id="your-profile" action="<?php $template->the_action_url( 'profile' ); ?>" method="post">

    to:

    <form id="your-profile" action="<?php $template->the_action_url( 'profile' ); ?>" method="post" enctype="multipart/form-data">

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘File is empty. Please upload something more substantial.’ is closed to new replies.