File path validation.

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
anuantony02
Forum Newbie
Posts: 4
Joined: Mon Nov 09, 2009 5:43 am

File path validation.

Post 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?
Post Reply