T
Terry Rumble
Guest
How would I modify this code so that only pdfs and powerpoint files can be uploaded?
Thanks in advance
if (!($uploaded_type=="image/gif")) {
echo "You may only upload GIF files.<br>";
$ok=0;
}
Thanks in advance
if (!($uploaded_type=="image/gif")) {
echo "You may only upload GIF files.<br>";
$ok=0;
}