Submitting a form on a custom admin page in wordpress

php, wordpress

Solution

Thanks Mr. Hunter. Couldn't credit you for the right answer.

Wrapped the form in a if(isset($_POST['submit'])) and then called my functions.

Problem

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 processed but can't find anything on the web. Does anyone know what the 'action' needs to be on the form to get it to go to a function or another page where i can process the file?

Original source