Connecting Tech Pros Worldwide Forums | Help | Site Map

To check the existence of an image before uploading

Newbie
 
Join Date: Dec 2006
Posts: 28
#1: Jan 12 '07
How do i check whether the an image and the path given by the user are valid before uploading the image using php.

Newbie
 
Join Date: Jan 2007
Location: Netherlands
Posts: 12
#2: Jan 17 '07

re: To check the existence of an image before uploading


[PHP]if (is_file($url)){
//dont do this
}else{
//do this
}[/PHP]

Hope this helped.
Grtz bertjh
Reply