@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…