html type = file

likgiljkgecfi

New Member
With a html type=file, how can I tell if file was uploaded.Is there something in the $_POST values to indicate so?\[code\]<form action="program" enctype="multipart/form-data" method="post"><input type="text" name="textline" size="30"><input type="file" name="datafile"><input type="submit" value="http://stackoverflow.com/questions/3621715/Send"></form>\[/code\]
 
Back
Top