File Not Found Exception when trying to upload file to xampp server from android application

后端 未结 1 1670
猫巷女王i
猫巷女王i 2021-01-14 09:33

In my android application, I am trying to attach a file by searching storage of my phone and then I am trying to upload it to server. I am able to search for files and atta

1条回答
  •  抹茶落季
    2021-01-14 10:25

    Recently I faced same issue. This is how i fixed.

    Its all about permissions to that folder uploads. change to 777(make writable)

    0 讨论(0)
提交回复
热议问题