Questions tagged [imageurl]

**imageurl** (image URL) relates to the source URL at which an image is located.

imageurl (image URL) is a property or attribute denoting the source URL at which an image is located. This may be specified typically as either an absolute or relative path. ImageUrl may also relate to getter or setter properties within a framework related to this property/attribute.

261 questions
-1
votes
2 answers

php mysql fetch and display image

Trying to access a DB and display the contents of imageurl located in movie table dose not seem to work. any suggestions?
user1908962
  • 533
  • 1
  • 6
  • 10
-1
votes
1 answer

How to set url of an image using POST within code behind in ASPX page

private void DisplayImages(string imageFile) { Image pImage = new Image(); pImage.ImageUrl = imageFile; this.Controls.Add(pImage); } above is the current code but the image is not getting displayed and I want to check URL…
Anirudh
  • 581
  • 5
  • 14
  • 32
-2
votes
6 answers

How to create image from webService, Android

So, I have this app that is connected to a WebService and I am already retrieving data from there, now I want to retrieve a image link and make that the imageView gets that image trough the link. Is that even possible? Appreciate any help :D …
alb
  • 347
  • 2
  • 7
  • 24
-2
votes
2 answers

I am trying to implement a code to embed random image in php mail body and images are in a directory

I am trying to implement a code to embed random image in php mail body and images are in a directory. I have tried with html tag.But it is not working because images are not in http location. Images are in server location, not in client…
-3
votes
1 answer

Exiting App causes the image taken from gallery to go

I am able to pull down images from my gallery and add them to image view but when I exit app and open it again image is gone. How do I save this image so that it stays there. Open gallery method: private void openimage() { Intent…
-3
votes
1 answer

How to remove + sign from images name with space

I have a system with registered users and user images . Some of user images are rename with the spaces Ex -: Prof Pic.jpeg Now I tried to retrieve the user image it's shows + sign concatenate to the URL…
Fed
  • 85
  • 3
  • 10
1 2 3
17
18