How do i tell that a file say file.jpg is an image?
Hi,
can you be a little bit more specific ? Do you want to use a php script to output the binary code of an image ? You might then use a header call like
header("Content-type: ...");
Thomas
You can use [man]getimagesize[/man].
use the button name then type..
If($btnFile_type == "jpeg") then image is a jpg.