Download and Upload files using HTML & PHP

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

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

  • @whatnowZA
    @whatnowZA 5 лет назад +7

    I've been looking for this for almost two weeks now :)

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

    i have been looking for this since so long didn't find a perfect video except this!!!😭❤️

  • @MGzockt
    @MGzockt Год назад +2

    love your outro

  • @emanaj8119
    @emanaj8119 7 месяцев назад

    Thank you!
    What if i need to put it the links at table,
    (# , title, download link) ?
    Plz need script or video like this

  • @g-enterprises973
    @g-enterprises973 5 лет назад +1

    Hi. I tried everything that the video said, and i also copied the sample codes, but i was only able to select the file. The upload option did not work. Can some one please help me figure out what is wrong? Thanks in advance.

  • @Wabwire-Ronald
    @Wabwire-Ronald 4 года назад

    This was very important for me. I had searched how to do this fr a long time. Thank you

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

      You’re welcome.

    • @Wabwire-Ronald
      @Wabwire-Ronald 4 года назад

      if i could now know how i can make the displayed documents in order from the most recent to the least, it will be so good.

    • @Wabwire-Ronald
      @Wabwire-Ronald 4 года назад

      and also if i want to have another option of viewing the document instead of downloading it

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

      For ordering, you can save the filename as timestamp and display in descending order.
      Display image and video is simple, for pdf you have to use header content-type: application/pdf

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

    Hello !
    could it be changed to make each file have a checkbox and after selecting it could be deleted?
    also when uploading add the function that when the file has the same name and size it would display "the file already exists" ?

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

      Yes, for deleting you can use "unlink()" function and for checking duplicate file name, you can use "file_exists()" function.

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

    is there anyway to create a new page to download and not just the same one with the download button ?

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

      Do you have any design so I can get the idea ?

  • @davidbermudez7704
    @davidbermudez7704 6 лет назад +4

    Just what I needed for my testing site thank you so much

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

    I hope there are more You tubers like u

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

      Thanks. Great to hear.
      Keep sharing to help me reach more people.

  • @user-dz4qq7gv1w
    @user-dz4qq7gv1w 5 лет назад +1

    tp gimana cara kita linkkan agar file dapat di upload/download oleh setiap user tanpa di tampilkan ke user lain. sekali lagi terima kasih..!

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

      Jika Anda memiliki sistem login maka Anda dapat menetapkan suatu kondisi berdasarkan ID pengguna.

  • @joseluisbeltramone599
    @joseluisbeltramone599 5 лет назад +6

    Good tutorial. Right to the point!. Thanks a lot.

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

    Hi Adnan
    I tried the way you showed in the video & its working fine but I'm not able to download txt and image files........can you suggest a code that I can add to make it work for image & txt files as well?

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

      The code should be same for all files. Make sure the path and file name is correct.

  • @Artmoreralph
    @Artmoreralph 6 лет назад +1

    Sir whenever i click upload it doesmt do anything. the file is not there

  • @BB-fv7ib
    @BB-fv7ib 5 лет назад

    1) Can other computers access it just writing the local host path as long as your xamp server is on on your computer?
    2)Do you know how to restrict access around a wifi, meaning people can access that page if they are connected to that specific wifi

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

      No. They can only access if they know your ipv4 address which can be get only from ipconfig /all command.

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

    It's the precise and clean!!! Thanks Adnan!

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

    Thank you, but I had trouble downloading a file or an image that doesn't do what I do.

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

      Which type of file you are trying to download ?

  • @jokerry9627
    @jokerry9627 6 лет назад +1

    when I click on the file ... it downloads the file with error: failed ... no file.

    • @AdnanAfzal565
      @AdnanAfzal565  6 лет назад

      It is because you have selected the wrong file path, please double check your spellings.

    • @majdoubwided6666
      @majdoubwided6666 6 лет назад

      i have the same error, help please

    • @AdnanAfzal565
      @AdnanAfzal565  6 лет назад

      You need to double check your spellings. It says that the file is not found on server.

  • @arjunraj-k
    @arjunraj-k 6 лет назад +1

    why the index $a starts at 2? ($a=2 in for loop)

    • @AdnanAfzal565
      @AdnanAfzal565  6 лет назад

      because the first 2 indices are for "." current directory and ".." previous directory

  • @phenomgaming3152
    @phenomgaming3152 5 лет назад +5

    Thumbs up dude u made it so simple

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

      You're welcome. Make sure you subscribe for more helpful videos.

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

    That's what I call a man Job! Right to the point...Good job buddy!

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

    nice one bro but how can i integrate it to the social site so if a user send message , friend request, group request and others the other will receive the sound notifications on his or her end?
    pls bro

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

      For notification sound, you can follow this: ruclips.net/video/7mKXEiJu_Kg/видео.html
      It is HTML & Javascript, social network project is created in HTML & JS too, so you can integrate that with little work.

  • @nilanthys5090
    @nilanthys5090 7 лет назад +1

    i did everything like in the vid,but when i click on the upload button, nothing happens. Can you help?

    • @AdnanAfzal565
      @AdnanAfzal565  7 лет назад

      Can you send your code here ?

    • @nilanthys5090
      @nilanthys5090 7 лет назад

      INDEX.php :

    • @AdnanAfzal565
      @AdnanAfzal565  7 лет назад

      Your tag is not properly closed. Use this:

    • @nilanthys5090
      @nilanthys5090 7 лет назад

      Thank you,but it still dont work. It does not even show the uploaded files,and i cant find them in the uploads folder neither. :/

    • @AdnanAfzal565
      @AdnanAfzal565  7 лет назад

      Check your directory permissions, it should be 777.

  • @nsabimanaemmanuel5416
    @nsabimanaemmanuel5416 6 лет назад +1

    What amazing is this, you're the best,wawo special thanks i have been looking for this upload and download in php for a week and you have helped me.Once again thank you,very brief and specific.Please i would love to see when you also include error and extensions and file sizes for memory or space purposes.be blessed!!!!!!

    • @AdnanAfzal565
      @AdnanAfzal565  6 лет назад

      Sure. Will do that too. Thanks.

    • @AdnanAfzal565
      @AdnanAfzal565  6 лет назад

      @Jake Propst Can you explain what error you are facing ?

    • @AdnanAfzal565
      @AdnanAfzal565  6 лет назад

      @Jake Propst No problem. Everyone was once a newbie.
      You can check your browser console. There must be an error in your Javascript.
      Right click in your browser empty space, go to "Inspect Element" then in "Console" tab.

  • @janmichaelbesinga3867
    @janmichaelbesinga3867 6 лет назад +4

    works like magic. two thumbs up*

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

    hi sir..im using datatables..i want to the download the specific file in my upload folder how can i do that..please help me..thank you

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

      If you follow this tutorial completely, you will be able to download files.

  • @syedazmat4032
    @syedazmat4032 6 лет назад +2

    thats what i was looking for...Thank you

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

    Very Good & simple video

  • @rufinohernandez1636
    @rufinohernandez1636 6 лет назад

    Funciona correctamente, necesito almacenar la ruta en una base de datos (MySQL)subiendo archivos .doc, .pdf con opciones para ver y descargar(Bueno eso la tiene en este ejemplo)...Alguna sugerencia !!

    • @AdnanAfzal565
      @AdnanAfzal565  6 лет назад

      I didn't understand that. But I can tell that you are having problem in your MySQL database and may be unable to download or upload .pdf or .doc file ?

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

    I created the files just like you said and when i open it google chrome just shows me the code i typed and nothing else. I am new to coding and i am doing this in order to set-up a file share website on our IIS server for lab use.
    Your application is exactly what i am looking for.

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

      You need to work in XAMPP htdocs

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

      @@AdnanAfzal565 Many thanks for the reply. I was using IIS and reached to a point where it would load the index.php page. When i upload file, i get error "This page isn’t working; 10.0.0.99 is currently unable to handle this request.
      ;
      HTTP ERROR 500"
      I will do some research about XAMPP and update the thread.

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

      ​@@AdnanAfzal565 I installed XAMPP on the server and it works beautifully. Thanks for the help.
      Just what we needed here.

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

      @@ss11235 Yes, search for php.ini file in XAMPP/php folder. And search for max_upload_filesize

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

      @@AdnanAfzal565 Great info Can we add a delete file option next to the download links? Can you help with the code please.

  • @gnaneshgn8341
    @gnaneshgn8341 6 лет назад

    im new to php...and im have written the code as in the video..but even though im getting an error like Object not found after clicking upload..pls help...!!!!!!

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

      It is because you have an error in file name spellings. Double check if your file name is same as in your code.

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

      ive checked....everything is correct .im getting error in "upload.php " and also can u please explain "move_uploaded_file($file["tmp_name"], "upload/".$file["name"]);" im confusedwith that...

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

      @@gnaneshgn8341 It will save the file in server directory. Make sure you have a folder named "upload"

  • @janmichaelbesinga3867
    @janmichaelbesinga3867 6 лет назад +2

    but i think it doesnt upload files more than 2mb

    • @AdnanAfzal565
      @AdnanAfzal565  6 лет назад +2

      You can always change the maximum upload file size from file "php.ini". You will see 2 directives in that file:
      upload_max_filesize
      and
      post_max_size

    • @janmichaelbesinga3867
      @janmichaelbesinga3867 6 лет назад +1

      @@AdnanAfzal565 how sir?

    • @janmichaelbesinga3867
      @janmichaelbesinga3867 6 лет назад +1

      @@AdnanAfzal565 got it already.. thanks :)

    • @AdnanAfzal565
      @AdnanAfzal565  6 лет назад

      @@janmichaelbesinga3867 Great, let me know if you have any question.

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

    please i need your favor to this issue.. i download a excel file from local server, then i edit the file, then i upload it, i need to know is my file updated or not so i download the file again.. the system should've overwrite it but it's not.. but in the server PC it's updated.. tell me how to update the download link

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

      When you are uploading the file, append the timestamp in it. Like this:
      move_uploaded_file($_FILES["file"]["tmp_name"], $_FILES["file"]["name"] . "-" . time());

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

      @@AdnanAfzal565 then it will add a new file instead overwrite it.. I need to update that download link.. thank you for your kindly reply

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

      @@novelchandra8329 if the file name is same, then it will be updated.

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

      @@AdnanAfzal565 but in the code you've given to me it would be filename-time right??cmiiw

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

      Yes.

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

    How to save the uploaded file in the uploads folder with a specific name?

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

      In your move_uploaded_file function, set second parameter to the file name of your choice. For example,
      move_uploaded_file($_FILES["file"]["tmp_name"], "uploads/My-file.png");

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

      @@AdnanAfzal565 thank you so much :)

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

    thanks for this but my issue is i have a registration form but i want it to upload multiple files. any help

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

      Yes, you can upload multiple files by following this:
      ruclips.net/video/eHEDJBk3ie0/видео.html

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

    Thank You For sharing your source code it done its work

  • @aimannatasha4629
    @aimannatasha4629 6 лет назад +2

    Thank you very much for this coding tutorial :D

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

    FOR MAC USERS
    make sure the uploads folder is read & writable. it is read only by default because many xampp folders are defaulted that way. Right click folder, click get info, unlock, change to read and write, now it should work. Thats why windows users are saying success while mac users are pulling their hair out.

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

    Very clear, thanks a lot man you made my day

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

    Thanks this is what i looking for

  • @farmtech-1211
    @farmtech-1211 5 лет назад +1

    Thanks! This is very useful and simple

  • @zerocruch
    @zerocruch 6 лет назад +1

    Please can you put the download file i need it

    • @AdnanAfzal565
      @AdnanAfzal565  6 лет назад

      Sure. I will soon upload it on some git repository and will share link with you.

  • @辰-g4i
    @辰-g4i 3 года назад

    If I create a system like this in pc ,can I download the file with phone ?

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

    where does the file upload to?
    and can i download even if its not on my computer?

  • @macahilosclarkq.1672
    @macahilosclarkq.1672 3 года назад +1

    Thank you this helps a lot

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

      You are welcome.

    • @macahilosclarkq.1672
      @macahilosclarkq.1672 3 года назад

      @@AdnanAfzal565 bro its saying php warning: File upload error - unable to create a temporary file in uknown on line 0

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

      @@macahilosclarkq.1672 Check if you have any error in files object, like following:
      print_r($_FILES["video"]["error"]);

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

    It's very simple ... thanks a lot

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

    Hey do you know how to put images and description for the uploaded files?

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

      Yes, just create another column in database with description of images.

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

      Also thanks for this video it helped me

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

      You are welcome.

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

    Can you please help with the code for a banner on top of index.php page

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

    register is not done verifying my gmail

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

    3 mb up file size. cannot be uploaded.. but why??

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

      upload_max_filesize = 2M
      post_max_size = 2M
      Search these values in php.ini and update them to 10M or higher.

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

    Thank you so much, its really helpful.

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

    I don't know how to get the localhost thingy

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

      You can simply download XAMPP, WAMP or MAMP for localhost.

  • @001-q1s
    @001-q1s 5 лет назад

    Can someone tell me if i can make it online with free web hosting sites??

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

    The link automatically downloads the file rather than opening it...help

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

      Yes, this tutorial is about downloading the file. What type of file you want to view in the browser (pdf, excel etc.) ?

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

      Adnan Afzal i want every file type to get opened...i tried this pdf is directly downloading..docx and jpeg are opeing

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

      There is no general method that will display any kind of file in the browser. You have to put conditions on each type of file and call functions separately.
      For example, to display the PDF file, you can follow:
      adnan-tech.com/pdf-view-in-browser-and-export-as-file-php/
      To display Excel file, you can follow:
      adnan-tech.com/create-and-read-excel-sheets-with-styles-and-dynamic-data-php-mysql/

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

      Adnan Afzal Okay thanks for the help

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

    How do I add a delete button that deletes the file I want to rid of?

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

      You can call built-in PHP function:
      unlink("path_of_file");
      to delete the file.

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

      @@AdnanAfzal565 Ok, but how do I "grab" the full name from the script and get it into the unlink("full_name.here")?

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

    Can I also use a button instead of the

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

      Yes, to download files you can use an anchor tag.

  • @djdamo6854
    @djdamo6854 6 лет назад +3

    pls code

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

      Here it is:
      adnan-tech.com/tutorial/upload-download-and-delete-files-php

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

    so how i can uploaded into mysql database?

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

      You can save the path using following mysql query:
      INSERT INTO uploads(path) VALUES ($path)

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

      @@AdnanAfzal565 i already do this but its not working when i submit it will not go into the database

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

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

      Make sure you have correct database, table and column names.

  • @jokerry9627
    @jokerry9627 6 лет назад

    I used the upload.php in the end of the file, the last 2 lines, the code cannot download any file. Note: I used it to my website not for local host.
    upload file

    • @AdnanAfzal565
      @AdnanAfzal565  6 лет назад

      Just print_r($files) and see the files returned.

    • @jokerry9627
      @jokerry9627 6 лет назад

      Failed- No file

    • @jokerry9627
      @jokerry9627 6 лет назад

      Failed - No File

    • @jokerry9627
      @jokerry9627 6 лет назад

      outp put is :
      New Text Document (9).txt
      Array ( [0] => . [1] => .. [2] => New Text Document (9).txt
      so, when I click on the > its output is:
      Failed - No File

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

    did this file goes into the database?

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

      No. It will only be saved physically in uploads folder.

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

    terima kasih, sangat berguna. tapi untuk menghapus masih tidak berfungsi.

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

      kesalahan apa yang Anda lihat?

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

      @@AdnanAfzal565 tidak muncul pesan kesalahan. tolong berikan tutorial penggunaan unlink untuk penghapusan file. terima kasih

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

      @@muhammadiqbalkaplale8220 tutorial ini memiliki fungsi unlink. periksa apakah Anda memiliki izin menulis.

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

    can you please send the source code

  • @veenisazta1582
    @veenisazta1582 6 лет назад +1

    How we can download files from file zila to local server ?

    • @AdnanAfzal565
      @AdnanAfzal565  6 лет назад

      You can right click on file you want to download and click "export to local"

    • @veenisazta1582
      @veenisazta1582 6 лет назад

      Adnan Afzal I want to download complete folder from file zila (sftp protocol) to local server using php

    • @AdnanAfzal565
      @AdnanAfzal565  6 лет назад

      Okay. I will shortly provide you tutorial for that too.

    • @veenisazta1582
      @veenisazta1582 6 лет назад +1

      Adnan Afzal thank u ...

    • @AdnanAfzal565
      @AdnanAfzal565  6 лет назад

      here is your requested tutorial: ruclips.net/video/91glKPKpogE/видео.html
      please let me know if you have any issues

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

    whenever i am downloading its say failed no file

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

      Make sure the path of file in server is correct. You need to give full file name including the extension.

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

    How to upload a large file

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

      You need to enable following 4 properties in your "php.ini" file located in "xampp/php/php.ini":
      upload_max_filesize - The maximum allowed upload file size.
      post_max_size - The maximum allowed POST data size.
      max_input_time - Maximum allowed input time.
      max_execution_time - The maximum allowed time the scripts are allowed to run.

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

      @@AdnanAfzal565 thanks

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

      @@takzobye Welcome. Keep sharing.

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

      @@AdnanAfzal565 I dont have
      post_max_size
      max_execution_time
      max_input_time
      I only have upload_max_filesize

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

      @@takzobye That's okay, it depends on server and PHP version. Try restarting XAMPP and it will work.

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

    Is there a way to chech file size and than hande the info?

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

    thanks you really helped me..

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

    Thanks This is a very usefull tutorial but i have a question how can i run it on a server becouse i want to upload a file on my pc and download it on a nother pc. it would be very nice if somone can help me. (sorry for my bad english :) )

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

      You can simply upload this code to a hosting server. Upload the file from 1 PC. Access the web page from 2nd PC and download the file.

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

    kalo untuk menghapus file bagaimana ?

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

    Thank you for this tutorial :)

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

    thank you sir ! you very helping me !

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

    Very useful thank u♥

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

    On point 🙌🙌🙏

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

    Awesome . Thank you

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

    Hello, how can i upload in sketchware

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

      You need to develop a new app for this, sketchwsre is quite different. You can follow this:
      adnan-tech.com/profile-update-with-picture-android-java-php-and-mysql/

  • @shreepadsarmalkar4075
    @shreepadsarmalkar4075 6 лет назад +1

    great work bhai

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

    Great video

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

    you r amazing. thank you

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

    good , very helpfull

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

    helpful tutorial

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

    Super nice

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

    helpfull.thanks

  • @hajimohammed968
    @hajimohammed968 6 лет назад +1

    Legit life saver!!!

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

    amazing

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

    Can I do that with just html?

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

      You can do the download with HTML. But upload cannot be done with only HTML.

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

    it working in html file?

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

    Thankyou so much

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

    How to download your code

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

      Link is in the description. You need to register an account to download.

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

    THANK YOU :)

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

    Thanks bro,

  • @hammadahmad7293
    @hammadahmad7293 6 лет назад +2

    Helpfull (Y)

  • @openarenaShow2012
    @openarenaShow2012 6 лет назад +1

    thank you so much

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

    good tutorial

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

    Not use Database ??

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

      You mean you want to download the file saved in the database? And save the uploaded file path in the database?

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

      @@AdnanAfzal565 yes I want to download and upload the save file in the mysql database, can you know your script can be used in the database ??

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

      You can follow below tutorial to fetch and save data in database:
      ruclips.net/video/oie6T8IVeMA/видео.html

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

      @@AdnanAfzal565 oke tanks for to be information

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

    Does this work on mobike

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

    not working ..

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

    Thank You

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

    Ty :)

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

    Internal server error

  • @kerboplaytv8744
    @kerboplaytv8744 6 лет назад +1

    wow that into = like

    • @AdnanAfzal565
      @AdnanAfzal565  6 лет назад

      I got it from here:
      www.fiverr.com/rizwanafzal1988/do-intro-video-for-youtube-of-caveman-breaking-stone?ref_ctx_id=11e71513-b629-48f5-a269-fc667f45e7dd