May 10th, 2011, 3:57 PM
My files were not uploading to the upload directory. Permissions and path were fine.
Here's the solution:
Add "enctype="multipart/form-data" to the form action tag.
Here's the solution:
Add "enctype="multipart/form-data" to the form action tag.
PHP Code:
<form action="<?php echo $_SERVER["PHP_SELF"]?>" enctype="multipart/form-data" method="POST" onsubmit="return rsv.validate(this, rules)">