Это видео недоступно.
Сожалеем об этом.

How To Upload Any Type Of File Using PHP And Ajax

Поделиться
HTML-код
  • Опубликовано: 5 дек 2018
  • Hello World! Today in this video I'm showing you how to upload any type of file using Bootstrap 4, PHP and Ajax.
    Download the Source code of form page : codepen.io/sahil4rock/pen/JegdjP
    #fileUploadPhpAjax
    #uploadFilePhpAjax
    If you like my works and my video tutorials then you can donate me some amount. You can donate through these links :
    Paypal : www.paypal.me/wolfmania
    Instamojo (Credit/Debit Card & UPI) : www.instamojo.com/@wolfmania
    Thanks for watching this video. If you like this video then hit like button, share this video, And Subscribe my Channel. Also like my Facebook page for latest updates.
    ♥ Facebook Page - / dcodemania
    ♥ Myself On FB - / sahil4rock
    ♥ Instagram - / sahil4rock
    ♥ Twitter - / dcodemania

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

  • @alphamx13
    @alphamx13 Месяц назад +1

    Great tutorial dude, Thank you so much!

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

    Thanks, bro can always rely on you to save me.

  • @Setiawan-
    @Setiawan- 2 года назад

    Great i got the answer. done

  • @DeepakPatel-el9sg
    @DeepakPatel-el9sg 5 лет назад +1

    Nice 👍

    • @DCodeMania
      @DCodeMania  5 лет назад +1

      Thanks Deepak!! Also subscribe this channel!!!

    • @DeepakPatel-el9sg
      @DeepakPatel-el9sg 5 лет назад

      @@DCodeMania I hv already subscribed sir

  • @zhouhongliu884
    @zhouhongliu884 Год назад

    well

  • @iamsourin
    @iamsourin 5 лет назад +1

    One question can I use here serialize method and prepare statement in case of file uploading?

    • @DCodeMania
      @DCodeMania  5 лет назад

      No you can't use serialize() because serialize() method creates a URL encoded text string by serializing form values.....but we are sending a file also that's why we use FormData there.....
      And yes you can use prepared statement for inserting data into database.

  • @iamsourin
    @iamsourin 5 лет назад +1

    Sir one question if I want to show danger alert in case of failed file upload.Here you are showing every message in alert success. how to do that?

    • @DCodeMania
      @DCodeMania  5 лет назад

      U can specify message with danger or success in any html tag in PHP script in place of just simple message.

  • @MuhammadAdnan-gx6rd
    @MuhammadAdnan-gx6rd 5 лет назад +1

    Auto-complate search tutorial need too Bro. ....

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

    How to upload 1gb video file to the server

  • @Setiawan-
    @Setiawan- 2 года назад

    sorry where the source code ? it's not found. can you give me a link for download source code ?

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

    The source code link did not work

  • @Setiawan-
    @Setiawan- 2 года назад

    it's not working in my case. i use php 7.2.34 and mysql 5.7.36

    • @Setiawan-
      @Setiawan- 2 года назад

      i solve the problem

  • @MuhammadAdnan-gx6rd
    @MuhammadAdnan-gx6rd 5 лет назад +1

    Why didn't u used *isset* ?

    • @DCodeMania
      @DCodeMania  5 лет назад +1

      I'm using ajax here that's why I've not used.....you can use but you have to send extra data from ajax request.

    • @MuhammadAdnan-gx6rd
      @MuhammadAdnan-gx6rd 5 лет назад

      I'm watching your secure login sign up part where you have sent data with ajax action okay fine but I'm facing undefined index file variable ? I want to upload image with sign up process ?

    • @iamsourin
      @iamsourin 5 лет назад +1

      Sir I've watched your total complete login tutorial but sir you have used isset there..when I'm trying to upload image file through the registrationa form I'm getting error of undefined index

    • @iamsourin
      @iamsourin 5 лет назад +2

      Sir please make a video on complete user profile system using PHP and ajax where after login user can change their profile picture and other details

    • @iamsourin
      @iamsourin 5 лет назад +1

      Sir how to do that?