Posts by phzao • 26 points
1 post
-
1
votes1
answer543
viewsA: Grab file extension to send with attachment
Considering your example: //caminho do anexo $path = $_FILES['attachment']['tmp_name']; //pega a extensao do arquivo $ext = pathinfo($path, PATHINFO_EXTENSION); More details of a look pathinfo.…