Upload files with Spring Boot and MultipartFile | Spring Boot Backend #8

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

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

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

    Capo total te encontre ayer buscando como hacer este tema y me salvaste. Gracias excelente y muy profesional codigo, me gusto mucho!!

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

    Podrías decirme porfa cómo crear la ruta NFS? Por mucho que veo en Internet no llego a ninguna conclusión :/

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

      Depende si estás en Linux (linuxize.com/post/how-to-mount-an-nfs-share-in-linux/) o Windows (graspingtech.com/mount-nfs-share-windows-10/)

  • @JuanRivera-rt2yg
    @JuanRivera-rt2yg 3 года назад

    Hola, como puedo limitar el tamaño de la imagen?, o si envian una mas grande la puedo reescalar?

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

      Con esta configuracion en el application.yml: spring.servlet.multipart.max-file-size=128KB
      spring.servlet.multipart.max-request-size=128KB
      Para el tamaño de un archivo o de varios archivos reunidos

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

    Nice Video.. How do i upload image on SFTP server using spring-boot?

    • @TheDevWorldbySergioLema
      @TheDevWorldbySergioLema  4 года назад +1

      Thanks a lot. When uploading to SFTP, you must use the adequate adapters. Check the SFTP adapters: docs.spring.io/spring-integration/reference/html/sftp.html

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

    wish there was a bit more explanation , still great guide though

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

      In newer videos, I'm more focus on the explanation. In what part are you interested in more explanations?

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

      ​@@TheDevWorldbySergioLema maybe id add a a few more comments for some lines of code. I for instance never seen this builder annotation,thats some cool way to build objects. actually lots of things that you did here.Fairly interesting. So be great to know more about it. So junior developer can follow whats happening

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

    Si no lo prueba sea con un test, o por postmant es como si no funcionara lo que hizo...

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

      He creado los tests en una playlist aparte, ruclips.net/p/PLab_if3UBk99yq2g9ewtJaKsHn9IwZ90p