I created a custom page in the wordpress admin which has a simple file upload field and a submit button. I need to figure out how to submit the page to somewhere it can be proce
I had to change code like this to work:
add_action( 'admin_post_wpse10500', 'wpse10500_admin_action' );