March 2002
Intermediate to advanced
528 pages
21h 29m
English
is_uploaded_file
bool is_uploaded_file(string path)
Returns true if path
exists and was uploaded to the web server using the
file element in a web page form; otherwise,
returns false. See Chapter 7
for more information on using uploaded files.