Forums

Contact Form 7 File Upload Yahoo Hosting (3 posts)

  1. thedaninator
    Member
    Posted 3 months ago #

    Hey,
    Working on a wordpress website on Yahoo Hosting (yuck), when using contact form 7 I am getting a file upload error. This is the code I used to get the form working at all. Now how can I upload files! Thanks ahead of time.

    //return @wp_mail($mail_recipient, $mail_subject, $mail_body, $mail_headers, $for_this_mail);
                return @wp_mail($mail_recipient, $mail_subject, $mail_body);
            } else {
                //return @wp_mail($mail_recipient, $mail_subject, $mail_body, $mail_headers);
                return @wp_mail($mail_recipient, $mail_subject, $mail_body);
            }
  2. Shane G
    Member
    Posted 3 months ago #

    Hi,

    Disable all the plugins and have a check. Enable them one by one to find out the cylprit one.

    Assign 766 recursive permissions to wp-contents folder and have a check.

    If they will not work then contact the hosting service provider.

    You can also use this plugin for file upload:

    http://wordpress.org/extend/plugins/flexible-upload/

    Thanks,

    Shane G.

  3. Anonymous
    Unregistered
    Posted 2 months ago #

    This is a fabulous post. I do many of these things already, but look forward to implementing the others. The good resource should be brought in bookmarks. Keep blogging.

Reply

You must log in to post.

About this Topic