Title: keysarrr's Replies | WordPress.org

---

# keysarrr

  [  ](https://wordpress.org/support/users/keysarrr/)

 *   [Profile](https://wordpress.org/support/users/keysarrr/)
 *   [Topics Started](https://wordpress.org/support/users/keysarrr/topics/)
 *   [Replies Created](https://wordpress.org/support/users/keysarrr/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/keysarrr/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/keysarrr/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/keysarrr/engagements/)
 *   [Favorites](https://wordpress.org/support/users/keysarrr/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Hacks](https://wordpress.org/support/forum/plugins-and-hacks/hacks/)
   
   In reply to: [Upload zip files in custom meta box](https://wordpress.org/support/topic/upload-zip-files-in-custom-meta-box/)
 *  Thread Starter [keysarrr](https://wordpress.org/support/users/keysarrr/)
 * (@keysarrr)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/upload-zip-files-in-custom-meta-box/#post-7468719)
 * [@epicdevspace](https://wordpress.org/support/users/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)