Tuesday 15 April 2014

c# - Unable to access images folder present in another machine from Android app through Wifi -



c# - Unable to access images folder present in another machine from Android app through Wifi -

i got stuck in application images part, when trying access android app, images located in remote machine , need access through wifi connection.

here finish scenario of application.

i have windows application save images folder application got installed. dotnet application saves , retrieves images without issues.

but have android application consumes wcf service (both windows , wcf). consuming service part working fine in android , windows application.

problem arises images. in database saving image location rather saving image byte array. android app unable access location of images folder. because location application installed unable access through lan or wifi using url "ip address/appinstalfolde/localimages/abc.jpeg."

i tried allow access machine sharing folder across lan, still not able access images android app

i have tried possible ways , in situation cannot create whole application alter allowing convert image byte array in database.

i looking alternative way solve problem.

any help highly appreciated.

you can host website, contains images in iis (the same hosting wcf services). , android app connect website images.

c# android image wcf wifi

No comments:

Post a Comment