Page 1 of 1

File path validation.

Posted: Fri Nov 27, 2009 6:45 am
by anuantony02
I have created a form in php where the user can select a file in the file open dialog using <input type="FILE">.But the user can also enter the full file path in the browse text box manually.
My question is if there are JavaScript to check if the file path exists?