Discussions Q&R
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 Vote
5 RéponsesAujourd'hui en vedette
Error in python
5 Votes
Not Accessing Message Function
0 Votes
what is wrong with my code?
0 Votes
Where have they gone
1 Votes
How to get messages?
1 Votes
PYTHON
1 Votes
Certificate
0 Votes