Q&A Discussions
html 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 Votes
5 AnswersHot today
Functions in python
2 Votes
Answer please
0 Votes
How to make a playground
1 Votes
For Mobile app
0 Votes
I need advice
0 Votes
Html 5 document question
1 Votes
I need advice
0 Votes
Paint costs
1 Votes