Q&A Discussões
using <?php tag
0 Voto
1 RespostaPosition of <?php script
2 Votos
4 RespostasWhy answer is 64?
2 Votos
2 RespostasComments
-1 Voto
1 Respostahtml page
<form action="upload.PHP" enctype="multipart/form-data" method="post">
<input type =file name=kk>
<input type=submit>
</submit>
PHP page
upload.PHP
<?PHP
$file=trim($_FILES['kk']['name'];
if(move_uploaded_file($_FILES['kk']['temp_name'],$folder.$file))
{
echo"<h1>file uploaded";
}
else{echo"<h1>not";}
?>
0 Voto
5 RespostasLanguages
0 Voto
1 RespostaTengo dudas en php
-1 Voto
1 RespostaQuente hoje
Is this realistic enough?
2 Votes
Need friends
0 Votes
Web Development
0 Votes
Cybersecurity techies
3 Votes
Please complete this code.
0 Votes