post-html-upload-ui WordPress Action Hook
The post-html-upload-ui hook is used to add custom HTML to the WordPress upload UI. This hook can be used to add extra fields to the upload form, or to add custom jQuery code to the upload page.
do_action( 'post-html-upload-ui' ) #
Fires after the upload button in the media upload interface.