getFileName(), PATHINFO_EXTENSION)) { case 'png': case 'jpg': case 'jpeg': case 'gif': return "$path/image.gif"; case 'pdf': return "$path/pdf.gif"; case 'doc'; case 'docx'; return "$path/word.gif"; case 'ppt'; case 'pptx'; return "$path/excel.gif"; default; return "$path/file.gif"; } } }