Sérgio Murillo Posted December 27, 2011 Report Share Posted December 27, 2011 Olá amigos,Tenho o seguinde codigo de upload que estava funcionando normalmente. Porem derrepende parou de funcionar. $arq = limpa_string($_FILES["file"]["name"]); $file = pathinfo(strtolower($arq)); if ($file["extension"] != "xls"){ $Msg_erro.="O CAMPO PLANILHA DE CALCULO SÓ ACEITA ARQUIVOS NO FORMATO .XLS</BR>"; Quote Link to comment Share on other sites More sharing options...
0 ESerra Posted December 27, 2011 Report Share Posted December 27, 2011 Dê um print_r($_FILES) para ver o que retorna, dê um echo em $file["extension"] também para ver o que retorna. Quote Link to comment Share on other sites More sharing options...
Question
Sérgio Murillo
Olá amigos,
Tenho o seguinde codigo de upload que estava funcionando normalmente. Porem derrepende parou de funcionar.
$arq = limpa_string($_FILES["file"]["name"]);
$file = pathinfo(strtolower($arq));
if ($file["extension"] != "xls"){
$Msg_erro.="O CAMPO PLANILHA DE CALCULO SÓ ACEITA ARQUIVOS NO FORMATO .XLS</BR>";
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.