dongmi1995 2019-07-27 04:55
浏览 32
已采纳

在codeigniter中上传具有特定宽度和高度的图像

I am trying to add banners from the admin panel. I want to upload images only 1920 width and 700 height images. I don't want to allow if the image width is less then 1920 or bigger than 1920 pixels.

How can I do this? Please help me.

Please check my code.

 $banner_config['min_width'] = 1920;
 $banner_config['min_height'] = 700;

I tried this but not working

 $banner_config['width'] = 1920;
 $banner_config['height'] = 700;
  • 写回答

1条回答 默认 最新

  • dongsechuan0535 2019-07-27 05:03
    关注

    Try this

    $banner_config['min_width'] = 1920;
    $banner_config['min_height'] = 700;
    $banner_config['max_width'] = 1920;
    $banner_config['max_height'] = 700;
    

    For reference: File Uploading Preferences

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论

报告相同问题?

悬赏问题

  • ¥15 PADS Logic 原理图
  • ¥15 PADS Logic 图标
  • ¥15 电脑和power bi环境都是英文如何将日期层次结构转换成英文
  • ¥20 气象站点数据求取中~
  • ¥15 如何获取APP内弹出的网址链接
  • ¥15 wifi 图标不见了 不知道怎么办 上不了网 变成小地球了
  • ¥50 STM32单片机传感器读取错误
  • ¥15 (关键词-阻抗匹配,HFSS,RFID标签天线)
  • ¥15 机器人轨迹规划相关问题
  • ¥15 word样式右侧翻页键消失