<html> <body> <h2> Script para deletar usuarios em massa </h2> <h5> Formato do arquivo: uid,uidnumber (( <i>leiame.txt</i> para mais detalhes sobre o script )) <br> Ex.:<br> login1,3456<br> login2,6763<br> login3,4356<br>...</h5> <br> <table border="1"> <tr> <td> <br> <form action="upload_file.php" method="post" enctype="multipart/form-data"> <label for="file">Nome do Arquivo:</label> <input type="file" name="file" id="file" size="30" /> <br><br> <input type="submit" name="submit" value="enviar" /> </form> </td> </tr> </table> </body> </html>