Login or Sign Up
Logging in...
Remember me
Log in
Or
Sign Up
Forgot password or user name?
Log in with
Search in titles only
Search in PHP only
Search
Advanced Search
Forums
BYTES
Product Launch
Updates
Developer Toolkit
Today's Posts
Member List
Calendar
Home
Forum
Topic
PHP
To check the existence of an image before uploading
Collapse
X
Collapse
Posts
Latest Activity
Photos
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
syam
New Member
Join Date:
Dec 2006
Posts:
28
#1
To check the existence of an image before uploading
Jan 12 '07, 09:05 AM
How do i check whether the an image and the path given by the user are valid before uploading the image using php.
BeRtjh
New Member
Join Date:
Jan 2007
Posts:
12
#2
Jan 17 '07, 12:17 PM
[PHP]if (is_file($url)) {
//dont do this
}else{
//do this
}[/PHP]
Hope this helped.
Grtz bertjh
Comment
Post
Cancel
Previous
template
Next
Working...
Yes
No
OK
OK
Cancel
👍
👎
☕
Comment