Click to See Complete Forum and Search --> : Check the file exist or not


Gopinath
06-30-2003, 08:27 AM
i have a text box and button
in the text box, i entered the file name and its path.
when i click the button, control check whether the file is exist in the particular path. If it is, should return as true else return false.
i tried with javascript
but i face problem
if u have code in JS most welcome
otherwise send ASP code

thanq
-gopi

pyro
06-30-2003, 08:53 AM
Javascript doesn't have file I/O capabilities, so you'd be best off doing this with server side code. I don't know ASP, but I've written something close to what you are looking for in PHP. http://forums.webdeveloper.com/showthread.php?s=&threadid=9710#post50660

Gopinath
06-30-2003, 10:31 PM
i want to check the file in clients system because i want to copy the file from clients system to my web server.
so, send client side code

Gopinath
07-01-2003, 01:57 AM
i want to check the particular file is existing in client system.
i tried it lot of methods.
it returns error.

take it as a challenge and send ur code

Gopinath
07-01-2003, 10:41 PM
thanks dave