Support

Account

Home Forums Front-end Issues Frontend upload

Solving

Frontend upload

  • Hi,

    I have a frontend-form where users can update their personal information. Everything works fine, except the file upload.

    I use a custom-user-role:

    add_role(
        'student'
        , 'Student'
        , array(
            'read' => true,
            'publish_posts' => false,
            'upload_files' => true,
            'edit_published_pages' => true,
            'edit_others_pages' => true
        )
    );

    I dont get any Java-Errors. The Upload-Form says: “An error occurred in the upload. Please try again later.”

    Does anyone know how to solve this?

    Thanks in advance.

  • Hi @NDDT

    Can you download the latest code from github? I believe there is a fix in the latest code that will help this issue greatly.

    Thanks
    E

  • Could you provide me with a link to the git?

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

The topic ‘Frontend upload’ is closed to new replies.