Hi,
Please check our examples source code.
It show you how to get the file.
You can use
$mvcfile=$uploader->GetUploadedFile($fileguid);
to get the file anywhere.
and the $fileguid is just the value of the uploader hidden field.
---
For parameters, I suggest you use Session, because it's a security thing.
Regards,
Terry