嗨,我在 yii 2 中使用 REST API\yii\web\UploadedFile::getInstance
没有在我的函数中获取文件。出于调试目的,我尝试使用$_FILES['asset']
值打印它。但没有使用获取文件实例\yii\web\UploadedFile::getInstance
$updateFile = $_FILES['asset']; //Printing values
$model->asset = \yii\web\UploadedFile::getInstance($model, 'asset'); //Not printing,its empty
有什么问题,我无法验证如果我用 . 处理文件$_FILES
。任何帮助将不胜感激!提前致谢