Hi everybody.
Can anybody tell me how I can upload a file on my Server via PHP????
HTML-File:
PHP-File:
Thanks for every answer.
Can anybody tell me how I can upload a file on my Server via PHP????
HTML-File:
| Code: |
| <form action=upload.php method=post>
<input type=file id="upload"> |
PHP-File:
| Code: |
| <?php
$file2upload=%_POST["upload"]; //Here the code to write the file on my server... ?> |
Thanks for every answer.
