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

Asp.net 4 TreeView SelectedNodeStyle ImageUrl seems to be ignored

I have the following code and no matter what I try to do, it seems the ImageUrl on the SelectedNodeStyle is ignored. Am I doing something backwards? Note that this thread is a continuation of ASP.Net TreeView with SiteMap is ignoring Node.Selected…
Jerry Nixon
  • 31,313
  • 14
  • 117
  • 233
3
votes
1 answer

Rails ActiveStorage / Cloudinary Not Redirecting Image Request to HTTPS

The ActiveStorage image_url helper generates a URL to the image on the Rails web server. When that request is received on the web server it is redirected to a URL on Cloudinary to request the image. ActiveStorage is generating an image URL with the…
KevinNeub
  • 53
  • 8
3
votes
4 answers

Swift 3 : URL Image makes UITableView scroll slow issue

I have an extension to print image URL on UIImageView. But I think the problem is my tableView is so slow because of this extension. I think I need to open thread for it. How can I create a thread in this extension or do you know another solution to…
jorjj
  • 1,479
  • 4
  • 20
  • 36
3
votes
1 answer

I am unable to load an image in webview using html code with image url

I am trying to load an image and extracting some other details from a website in WebView from an url by inserting it in html code but when I try to load an image it shows nothing but an question symbol in WebView. here is some part of the…
anjaneyulubatta505
  • 10,713
  • 1
  • 52
  • 62
3
votes
3 answers

Regular expression to extract image url from html code

I wanted to extract Url of image from html code, e.g. html code below:
user1699548
3
votes
3 answers

Toggle image src attribute using Javascript

I am trying to change the HTML image src using Javascript. I have two images Plus.gif and Minus.gif.I have inserted HTML img tag and have written a Javascript function to change the image src when clicked. Problem is that I want to change it back…
user1583775
  • 45
  • 1
  • 1
  • 8
3
votes
2 answers

Use javascript to set image URL of image control in asp.net

I have a Image, FileUpload and a Button controls. I want to save the image to the server from the local path obtained from FileUpload control. I implemented this functionality on Button Click in C#.. Now i want to set the image URL of Image control…
Ishan
  • 4,008
  • 32
  • 90
  • 153
3
votes
3 answers

Simple Call to Get Category Images & Display in List

I'm displaying a list of sub categories by parent category ID and am wanting to display the category image in place of a category name. Here is what I have so far...
2
votes
0 answers

Store image url to database using retrofit

Is it possible to send a url in android to database using retrofit post request @Body method? I am trying to build an app that will upload multiple images to amazon s3 and after will get the image url and store it to another database. I've been…
2
votes
1 answer

Background image from Google Drive in plotly

I am creating a Google colab with some data visualisations of a heatmaps over an image. I've been using the code similar to the one found in the plotly website. It works fine with the link from the website, but when trying to use a Google Drive…
Alex_H
  • 95
  • 1
  • 5
2
votes
0 answers

Async loading from url more than one image in SwiftUI

I'm trying to write a code that loads more than one image (between 5 and 10) from url. I use Theaudiodb api (loaded images are photos of artists). The problem is that only last image is displayed. In ContentView I have ForEach that loads between 5…
Piotr979
  • 199
  • 1
  • 2
  • 10
2
votes
1 answer

Using postgresql to load image from a url, but only populates the text link

first time using Postgresql to store imageURL in my table. I am unable to have the picture render in my react component. on my component, the imageUrl link populates but not the actual image itself. I've labeled it as TEXT in SQL so maybe that's the…
redbird48
  • 21
  • 2
2
votes
0 answers

Onclick, copy image url wrapped in [img] tags to clipboard

Since yesterday night I've been searching the Internet for the correct answer to my question. So far, nothing has worked out. I offer a free eCard-Service on my private website. The textarea is bbCode based with smileys etc., and it all works…
Heike
  • 21
  • 2
2
votes
2 answers

How to convert Http url (image URL) to byte buffer or in byte?

I have tried some functions to convert url image to byte buffer but it doesn't work. It shows an IOException error String imagePath = "https://www.clearias.com/up/UPSC-Civil-Services-Mains-Exam-2018-Timetable-V1.png"; Try 1: URL u = new…
Umang Soni
  • 137
  • 1
  • 2
  • 14
2
votes
1 answer

Get image Url to show one a single image name

have an issue with this. I am not sure how to go about showing a single img. For example:
Amir Shaw
  • 135
  • 1
  • 11
1
2
3
17 18