Welcome Guest, Not a member yet? Register   Sign In
Help pls.Forms validation with file upload
#2

[eluser]treenef[/eluser]
What I do in my controller is check if file is uploaded first then do a form validation on the data fields so...

Code:
if form upload == true
{
    form input filed check() == true()
   {
    return success
   }
   else
  {
     return fail
   }
}
else
{
return fail
}


Messages In This Thread
Help pls.Forms validation with file upload - by El Forum - 06-20-2014, 11:03 AM
Help pls.Forms validation with file upload - by El Forum - 06-20-2014, 04:40 PM



Theme © iAndrew 2016 - Forum software by © MyBB