1

I am trying to attach a file from local storage to android app using android file chooser.Now I want to Store the path of file in server database and I need to send the link from the server to the reciever.How can I make simple file chooser in android and get it path?? also how to upload it to server???

doubter
  • 307
  • 3
  • 8
  • 20

1 Answers1

0

View this for file chooser Android file chooser
and for uploading path to server you need to create a web service to which you make a call to insert path into database.You can create service in C# easily.

Community
  • 1
  • 1
Waqar Ahmed
  • 4,831
  • 1
  • 22
  • 41