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
0
votes
1 answer

ASP.NET -> How to POST data to the form such that images are displayed

Scenario : ASP.NET site has a page named ShowDesign.aspx. ASPX page has lot of controls. I have a DIV tag and I load the images in code behind. DIV is defined something like below in the ASPX.
Below is…
Anirudh
  • 581
  • 5
  • 14
  • 32
0
votes
1 answer

Need to display image in ASPX page that has long url

Scenario: Within ASP.NET site, I have an ASPX page where within OnLoad event, I set the imageUrl for one of the image controls. This URL value comes from an external source and the image is not getting displayed and I found out it is because the URL…
Anirudh
  • 581
  • 5
  • 14
  • 32
0
votes
2 answers

Is it possible to get image size by Image url using Javascript

There is an image url, this image's size must be reduced proportionally by the minimum width and height so that it can be shown in a template. The aforementioned template and its content will be generated into the html using javascript. So i have to…
Sarawut Positwinyu
  • 4,974
  • 15
  • 54
  • 80
-1
votes
2 answers

Get image or image url on select that image

How can i get the image or image url on select that image using javascript, any examples? Thanks Manoj
Manu
  • 55
  • 1
  • 2
  • 6
-1
votes
1 answer

ImageUrl: What is the options `-rw` in some image link

I have a problem when load image with this url:…
-1
votes
1 answer

Fetching an image from Reddit? JavaScript/React (no PRAW)

I'm trying to get images from Reddit based on my search parameters. I'm fetching fine and am able to retrieve my data, but the url I receive in data.preview.images[0].source.url (Reddit really buries it in there) are all prefixed with…
rrosenb1
  • 33
  • 6
-1
votes
1 answer

Image URL to File Object

I'm trying to convert this image url to file object : https://graph.facebook.com/v4.0/10211842143528384/picture?height=200&width=200&migration_overrides=%7Boctober_2012%3Atrue%7D this link came from the facebook response after i logged in. i used…
-1
votes
1 answer

Picasso not loading url with Turkish characters

I am using Picasso image loading library and found its not loading some urls contains Turkish characters for example following url making problem https://satis.ugur.com.tr/uploads/user_1122/images/ued%20buzdolabı%20görseli.png tried this but not…
satvinder singh
  • 1,152
  • 1
  • 12
  • 22
-1
votes
1 answer

Image urls in entity diagram

For a car retail system database, I will draw entity relationship diagram. I need a suggestion for keeping image urls as data. For instance, should I define image attributes in every entities? Like; In car model: carId carName carImage In carSeller…
-1
votes
1 answer

Insert in listView an image from json url

I'm new in android. I have a problem about loading the image from Json Url to ListView. ListView works only without image. This is my json url: {"infoBooks":[{"user_name":"carlo","title":"Title: Il potere del cane\nAuthor\/s: Don…
Carlo
  • 813
  • 1
  • 15
  • 34
-1
votes
3 answers

Cannot implicitly convert type 'string' to 'byte[]' using C#

For my project I need to get the Image sourse as hash code like this 28F996F0.jpg. I am trying the following code to get this value but having one error-Cannot implicitly convert type 'string' to 'byte[]'. var Image=…
harry.luson
  • 247
  • 7
  • 19
-1
votes
1 answer

How to show an image on the browser from binary data

I created a restful service which returns a image file as FileInputStream instance in http response. In the javascript side, when it receives this data, how can I render it on a tag? I know img tag accepts an url but I am not sure whether it…
Joey Yi Zhao
  • 37,514
  • 71
  • 268
  • 523
-1
votes
1 answer

How to load one image in android WITH OUT download

know anyone of you how can I use one photo from URL with out download? Because I can have a lot of images and if my application CANT download all of them... I've found one function on web he how can do this but it don't work. public static Drawable…
-1
votes
2 answers

How to take a image url from a datagridview and put it into a picturebox in c#

Good day I am needing help I want to take an image url that is in a datagridview which is connected to a database and add the url to a picturebox in c#. I have searched for it but had no luck
Daniel
  • 1
  • 2
-1
votes
1 answer

Data-Scraping Image URLs using excel?

Is it possible to web-scrape image URLs using excel macros? To be clear, I want to scrape image-URLs and not the images. If so, how? I usually use the macros recorder to record functions that I don't remember, but the recorder doesn't pick up…
ginsengtang
  • 751
  • 1
  • 7
  • 17
1 2 3
17
18