我从web帐户上传图像,这张图片也显示在手机上,但当我从手机上传图像时,它不能在web或任何其他移动设备上显示。
因为在数据库中,web图像uri是可读的,但是移动图像uri无法读取我的图像选择代码
const pickImage = async () => {
// No permissions request is necessary for launching the image library
let result = await ImagePicker.launchImageLibraryAsync({
我从我的表格上传了四张图片,但是这些图片没有上传。我把代码贴在下面。请纠正我做错的地方。首先我进行了验证,然后配置了and路径。后来,我加载了上传库,然后给出了每个图像的图像路径。
我的控制器代码
public function upro()
{
$this->form_validation->set_rules('pro_name','Product','required');
$this->form_validation->set_rules('pro_im