0

i searched in internet .i can't found a solution(that updated) ! I‘m wanna uploading one image or two or more in server (Laravel) but i don‘t know that in android image or images must convert will be to what format(standard way)? what is best way for store image/images after will have sent from android to Laravel?

Ramin
  • 57
  • 1
  • 11
  • you can have a look at solutions provided here on stackoverflow https://stackoverflow.com/questions/25398200/uploading-file-in-php-server-from-android-device – Nancy Moore Mar 25 '19 at 18:54
  • ok i see it but it is for 4 years ago.in your idea this way after 4 years without changed yet? – Ramin Mar 25 '19 at 18:58
  • If the code currently work with Your implementation IDE without bugs then you are good to go. Years may not be a priority – Nancy Moore Mar 25 '19 at 19:02
  • I still work with some solutions on stackoverflow that were implemented 8 years back and they are still the same upto date. I just keep on researching and making sure am always on top of modern trends – Nancy Moore Mar 25 '19 at 19:02

1 Answers1

0

Generally images and files are sent to the server as multipart file. You may use libraries like Volley, Retrofit for such kind of operations.

Eishon
  • 1,274
  • 1
  • 9
  • 17