Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter keysarrr

    (@keysarrr)

    @epicdevspace thanks for the response.
    I am receiving this error “The file type that you’ve uploaded is not a PDF.”
    Which should be changed to “ZIP”, I know but I feel like the error has something to do with this piece of code:

    function update_edit_form() {
        echo ' enctype="multipart/form-data"';
    } // end update_edit_form
    add_action('post_edit_form_tag', 'update_edit_form');

    Perhaps I’m wrong though…

Viewing 1 replies (of 1 total)