
Andrew P. - 2009-10-07 15:17:08 -
In reply to message 1 from sam virtual
sam,
All file upload processing should be handle separately from the class. In other words, there is no upload path set in the form object. After submitting the form, you should utilize the $_FILES array to process your newly uploaded files accordingly. A quick google search should pull up several tutorials and lead you in the right direction.
Thanks,
Andrew