Laravel 8 Tutorial - Resize Image

Поделиться
HTML-код
  • Опубликовано: 22 окт 2024

Комментарии • 26

  • @super-legend
    @super-legend 3 года назад +3

    How can i crop image before uploading

  • @lifeline6369
    @lifeline6369 2 года назад

    great job sir.. code working .. Thank you so much

  • @mptech-id
    @mptech-id 4 года назад +1

    thank you for this video,
    so if I want to compress the picture from 1 MB to 200 KB, what should I do?

    • @troycallan4776
      @troycallan4776 3 года назад +2

      I guess Im quite off topic but does anyone know of a good site to watch new tv shows online ?

    • @emmettmatthias6397
      @emmettmatthias6397 3 года назад +1

      @Troy Callan Flixportal :D

    • @troycallan4776
      @troycallan4776 3 года назад +1

      @Emmett Matthias thanks, signed up and it seems like a nice service =) I appreciate it !!

    • @emmettmatthias6397
      @emmettmatthias6397 3 года назад +1

      @Troy Callan Happy to help xD

  • @vananhmai2614
    @vananhmai2614 4 года назад

    thanks you for this video. i'm newbie.

  • @davitgogidze4310
    @davitgogidze4310 4 года назад

    Very interesting and topical video content ⚡

  • @two-zero
    @two-zero 2 года назад

    Thank you so much!

  • @leszekstubinski
    @leszekstubinski 3 года назад

    Small pictures are not a problem. The problem is photos from cameras, e.g. 48Mpx or larger, while the user uploads to the server and changes the resolution, there is an http 500 error

  • @nafischonchol
    @nafischonchol 3 года назад +1

    For this error, what should i do? "GD Library extension not available with this PHP installation."

  • @dionmarlariosa6681
    @dionmarlariosa6681 2 года назад +1

    Why not use storage path? Its a lot easier

  • @nsolomonsudhirprabhakar7317
    @nsolomonsudhirprabhakar7317 3 года назад +1

    The intervention image package is doomed, it is not working brother

  • @mehulmundhava2693
    @mehulmundhava2693 3 года назад

    Nice video concetent
    S upload series for useful Plugins

  • @nurbolatsilam2952
    @nurbolatsilam2952 2 года назад

    how to resize in livewire?

  • @pallisai8609
    @pallisai8609 3 года назад

    Hello everything is good but when I upload same imgae again it will overwrite existing file

    • @MrKmdmustaq
      @MrKmdmustaq 3 года назад

      This is because the same file name, to overcome this append the timestamp to the filename

  • @htethtetchokhin6935
    @htethtetchokhin6935 3 года назад

    call to a member function getclientoriginamname whici error?

  • @revirinaldi2304
    @revirinaldi2304 4 года назад

    Thank you...

  • @sovonbanerjee4681
    @sovonbanerjee4681 3 года назад

    not working...when i click on submit image button 419
    PAGE EXPIRED is coming.

  • @AnimexBoy7
    @AnimexBoy7 2 года назад

    oke?

  • @ivo9563
    @ivo9563 3 года назад

    $request->file??? Better is $request->file('image').