PHP에서 파일을 업로드하고 바꾸는 방법: 먼저 "change.html"과 "change.php"라는 두 개의 파일을 만든 다음 "strrchar()"를 사용하여 파일을 처리한 다음 함수를 호출하여 파일을 결정합니다. 입력하고 소문자로 변환한 후 마지막으로 파일을 업로드하고 교체합니다.
이 기사의 운영 환경: Windows 7 시스템, PHP 버전 7.1, DELL G3 컴퓨터
이미지 파일 업로드 및 교체 방법
먼저 두 개의 파일을 만듭니다:change.html 및change.php
change.html 파일의 폼 코드는 다음과 같습니다.
<html> <head> <title>change file example.</title> <meta charset="UTF-8"> </head> <body> <form method="post" action="changefile.php" enctype="multipart/form-data"> <table border=0 cellspacing=0 cellpadding=0 align=center width="100%"> <tr> <td width=55 height=20 align="center"> <input type="hidden" name="MAX_FILE_SIZE" value="2000000" /> 文件: </td> <td> <input name="file" type="file" /> <input type="submit" name="submit" value="submit" /> </td> </tr> </table> </form> </body> </html>
여기서 주의할 점이 몇 가지 있습니다. 먼저