由于代码问题,我正在寻找一种替代方法来获取 $_FILES 中的数据
我不知道如何不直接使用超全局变量。
我不能filter_input
像我一样使用来解决同样的问题$_POST
在此之下,我的表格:
<form class="d-flex flex-column" method="post" action="/image/update/99/trick/144" enctype="multipart/form-data">
<input type="file" name="newImg">
<button type="submit">Modifier l'image</button>
</form>