![]() |
PHP: Dateiupload steuern
Ich habe aus meinem PHP-EBook nur folgenden htmlcode bekommen und weiß aber nicht, wie ich die Datei dann auf dem Server ablegen kann? was muss ich in der fileupload.php datei machen?
|
Re: PHP: Dateiupload steuern
Ups ich habe den Code vergessen:
XML-Code:
<form enctype="multipart/form-data" action="fileupload.php" method=POST>
<input type="hidden" name="MAX_FILE_SIZE" value="1000"> Send this file: <input name="userfile" type="file"> <input type="submit" value="Send File"> |
Re: PHP: Dateiupload steuern
die datei muss vorhanden sein und die Formulardaten (incl. Datei) verarbeiten
|
Re: PHP: Dateiupload steuern
Schau dir mal die Funktion copy(); an!
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 10:22 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz