React Native Image Upload with Expo and PHP 🤩

Sdílet
Vložit
  • čas přidán 7. 09. 2024

Komentáře • 29

  • @donavandaniels3099
    @donavandaniels3099 Před 8 měsíci +2

    Thanks so much Simon, i have been looking for a React/PHP combo for weeks. I really appreciate the time you spent in putting this together. If ever you are in South Africa, I will take you for lunch 🙂

    • @galaxies_dev
      @galaxies_dev  Před 8 měsíci

      Glad I could help - still so many devs use PHP but there are rarely videos about it these days in combination with RN 🤷‍♂️

  • @SallyLahman
    @SallyLahman Před 4 měsíci

    This is a life saver for me since I'm competent with PHP servers, thank you Simon

  • @bryanaustin1007
    @bryanaustin1007 Před 11 měsíci +1

    This tutorial has worked for me. I have been stuck for 2 days. Thanks @Simon for the Video. I had to subscribe. 👏👏

    • @galaxies_dev
      @galaxies_dev  Před 11 měsíci

      Glad I could help!

    • @bryanaustin1007
      @bryanaustin1007 Před 11 měsíci

      Could you help with a tutorial on how to add a URL image to a Word document in react native (expo) @@galaxies_dev

  • @galaxies_dev
    @galaxies_dev  Před rokem +1

    Learn React Native FAST by becoming a member of Galaxies.dev today

  • @angelecg
    @angelecg Před 11 měsíci +1

    Woow, thanks men, I'm taking the time to say THANKS!!!!.. cristal clear explanation. I have an API with python and it was really easy to send and receive the files.
    I added the option to select multiple files and did some modifications into the example taht you show us.

  • @kuntalbhatt
    @kuntalbhatt Před rokem +2

    Plz teach us real time chat application using angular. And also in live server. Thanks for ur support. ❤

  • @joaogabrielrc10
    @joaogabrielrc10 Před 10 dny

    Thank you very much, you helped me a lot

  • @saurabhpurohit20
    @saurabhpurohit20 Před 5 měsíci +1

    Nice explanation & well documented ❤

  • @eclipse4049
    @eclipse4049 Před 10 měsíci

    Hi, Simon. Thank you very much for the tutorial, its helped me a lot

    • @galaxies_dev
      @galaxies_dev  Před 10 měsíci

      Glad to hear, would be awesome if you can share it ✌️

  • @theartisticjs
    @theartisticjs Před 11 dny

    You're a gem

  • @krishdasgupta7313
    @krishdasgupta7313 Před měsícem

    Why is the image a box and not the iPhone full screen?

  • @user-hz2jf4ql7c
    @user-hz2jf4ql7c Před 5 měsíci

    Noice. How would you save this file inside Internal Storage like Android/AppName or Android/media/appuniquename/foldername ?

  • @fallanstar
    @fallanstar Před rokem +1

    How we implement 360 image slider in react native with camera and hotspot button to handle the image plz make video on this

    • @galaxies_dev
      @galaxies_dev  Před rokem

      Sounds interesting, will take a look at it!

  • @ShiNoBiize
    @ShiNoBiize Před 7 měsíci

    Anyone got the error i'm getting?
    TypeError: Cannot read property 'documentDirectory' of undefined
    For some reason FileSystem.documentDirectory is being undefiend...

  • @tomiwaajayi8288
    @tomiwaajayi8288 Před 7 měsíci

    Thanks a lot Simon @galaxies_dev
    Question:
    Is there any possible downside to just keeping them in a useState hook and then sending them to my api.
    Basically, can I do without the file system ?
    What are the advantages of using the filesystem and possible downsides to not using it.
    Look forward to your reply.

    • @galaxies_dev
      @galaxies_dev  Před 7 měsíci +1

      Yeah as long as you don't have too much in memory (in useState) it should be fine and you shouldn't experience any performance drawbacks!

  • @Karthicklog
    @Karthicklog Před rokem

    Hi Simon,
    really appreciate on this one but i coudn't follow up with the setps, most of the codes are auto genrated, but i have done my own solutions

    • @galaxies_dev
      @galaxies_dev  Před rokem

      I will try to slow down next time! But you can find the code linked below the video as well :)

  • @alex2261997
    @alex2261997 Před rokem

    Hi Simon,
    Would you have any idea why this same code can work for me in development but fails in production?

    • @galaxies_dev
      @galaxies_dev  Před rokem

      Not really :/ Have you tried to look into the logs, or make a custom dev build and get as close to a "production" case as possible?

  • @chidiebereernest5928
    @chidiebereernest5928 Před rokem

    I'd like to know the extension you're using?