after some looking i found my answer.. man it took along time but i'm glad i looked.
If anyone else needs this info:
PHP Code:
print_form_header('file_name', 'upload', 1, 1, 'do_fileupload');
where
file_name = form direction -> extension .php
upload tells the form processing to include the enctype
1 , 1 i dunno but its there?!?
do_fileupload is the $_post['do'] command.
Again im glad i found this and if anyone tired to find it thanks for helping. I hope this helps someone else.