Question
Checking file extensions of uploaded files
I am uploading an image using the code below, is there an
easy way to tell if the server has received a JPG or a GIF?
<input type="file" name="image_1" size="90" style="background-color: #ededed; border-width: 1px; border-color: #ffcccc; color: black; font-size: 9pt;">
<input type="file" name="image_1" size="90" style="background-color: #ededed; border-width: 1px; border-color: #ffcccc; color: black; font-size: 9pt;">
