How to Upload Any File Type in Ionic with Laravel API

Поделиться
HTML-код
  • Опубликовано: 5 авг 2024
  • Hello Friends, Welcome Back to @CodingTechnyks. In this video, we are going to learn about "How to Upload Any File Type in Ionic with Laravel API" #ionic #angular for #pwa, #android & #ios #capacitor
    ► Ionic Gift Shop App playlist - • Ionic Gift Shop App
    ----------------------------------------------------------------------------------------------------------------------------------------------------
    Additional videos you can watch:
    ►Ionic UI series (Android & iOS): • Ionic UI series (Andro...
    ► Finance App Series: • Ionic Finance App UI S...
    ► SwiperJS 9 in Ionic 7 - • Ionic 7 Swiper Slide u...
    ----------------------------------------------------------------------------------------------------------------------------------------------------
    ► Check out our Courses (upto 95% off):
    1. Ionic 7+ & NodeJS: Beginner to Pro-Build Food Delivery App: www.udemy.com/course/ionic-6-...
    2. Ionic 7+ From Beginner to Advanced - Build Food Delivery App : www.udemy.com/course/ionic5-b...
    3. NodeJS: Beginner to Pro - APIs for Food Delivery & Ecommerce: www.udemy.com/course/nodejs-b...
    4. Ionic 7+ Chat App using Firebase:
    www.udemy.com/course/ionic-ch...
    ----------------------------------------------------------------------------------------------------------------------------------------------------
    ► Check out our Templates & Code scripts
    1. Ionic 7+ Food Delivery Customer App template (ngModules & standalone): codecanyon.net/item/ionic-7-f...
    2. Ionic 7+ Food Delivery Complete Platform (including Customer, Restaurant, Rider Apps & Angular 17 Admin panel):
    codecanyon.net/item/ionic-7-f...
    ----------------------------------------------------------------------------------------------------------------------------------------------------
    ► Ionic Capacitor Generate APK & Run in Android & iOS: • Ionic Capacitor - Crea...
    ► Ionic ALL IN 1 DELIVERY APP UI All Episodes Playlist - • Ionic All in 1 Deliver...
    ► App Auth Screen Playlist: bit.ly/authScreenSeries
    ► Social Media
    Facebook: / codingtechnyks
    Github: github.com/Nykz
    Instagram: / codingtechnyks
    Twitter: / codingtechnyks
    ► Source code: github.com/Nykz/Ionic-Any-Fil...
    Thanks for watching!
    Kindly Like + Subscribe for such Interesting Videos.
    Timestamps:
    00:00 - Intro
    00:14 - How to select files
    15:12 - Setup Laravel
    27:58 - Outro

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

  • @emmanuelgomez9249
    @emmanuelgomez9249 Месяц назад

    I have a question, If I use the input file tag in an Ionic application, and I upload that application to Google play console or App Store, Would the application be rejected for not requesting storage permission?

    • @CodingTechnyks
      @CodingTechnyks  Месяц назад

      Good question
      In that case you pass the permissions in android manifest.xml file, copy it from the camera plugin to select photos
      So when app opens, it will ask you those permissions
      Without proper permissions, you won’t have access to photos or gallery so don’t worry much
      You can try it