Dyskusje Q&A
<input type="for phone no?">
11 głosów
11 odpowiedzihtml 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 głosów
5 odpowiedziPopularne dzisiaj
Python and unsigned int
0 Votes
Saturn League badge
2 Votes
Lua course?
2 Votes
Sololearn keeps crashing
1 Votes
certificate
1 Votes
Adding an image to my html
0 Votes
CSS
1 Votes
Not able to activate account
0 Votes