gpt4 book ai didi

php - 在 Grocery 店 CRUD 中上传文件时检查文件格式

转载 作者:行者123 更新时间:2023-11-29 04:10:28 26 4
gpt4 key购买 nike

<分区>

我有以下使用 Grocery 店 CRUD 上传文件的代码

function test(){
$crud=new grocery_CRUD();
$crud->set_table('test');
$crud->add_fields('name', 'image');
$crud->set_field_upload('image', 'test');
$crud->callback_before_upload('image', array($this, 'before_test_upload'));
$output=$crud->render();
$output->page_title="Test Page";
$this->_crud_output($output);
}
function before_test_upload($files_to_upload, $field_info){
// Here I want to check the file format before that file upload to source folder.
}

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com