Forum Moderators: coopster
The problem is that the rest of the form needs to be validated as well and there's alot of fields including emails and phone numbers. I was wondering if there's a way to validate the rest of the form input without uploading the file because the file could be quite large and it would suck to have to upload it twice if a phone number wasn't numeric.
I already use javascript to do client-side validation, but I think I need to use server side validation just in case as well. I was thinking of using opendir but wasn't sure if this would open the clients directory or a server directory and also if the input type wasn't file how would I include the browse button to open a window.
any answers welcome