Now I am working in a half completed project built using angular js and Sails js. In this,recently the profile pics are stored in the folder ../asstes/images/profilepics/.. .jpg. Now I created a new folder called 'Thumb' inside the profilepics folder with the thumbnails of image in profilepics folder.So in the project, Now I am taking images from Thumb folder.But is is not get accessed. When I take inspect element from my web page I got the link as
http://192.168.1.75:9002/images/profilePics/Thumb/46323c0b-c75a-431e-9bff-c1f61de0bcb5.jpg
But not dispalying the image. I copied this link to browser, browser shows error 404. why it happens so?.Any permission issue or something like that?.If I take pic directly from profile pics, it works fine. plzz help
I am not sure but a adress can not be http://192.168.example.something:numbers/youknow/
It happens because you have to sails lift again so you new images and folders become available to Sails. #sulu666
Related
I can't see the embedded images upon opening an HTML file from Dropbox, however when the folder was on the local system, the images did load properly.
Here's the HTML text that I wrote:
<img src="files/image1.png">
The HTML page shows the following sign in place of rendering the image:
Any help will be much appreciated.
you have to make sure files in the dropbox are public, not private. if it is public, then, go to the picture in the dropbox, and right-click it. click to "copy image address". and paste it to the .
hopefully, this will help
One workaround that worked for me was to sync the Dropbox folder locally. I could thus view the same HTML page in order (without making any changes).
I am creating an angular app, i just put a thumbnail slider in a page later i removed it. The problem is that html portion of thumbnail is still showing in the page. I've tried everything and at last i pulled the previous version from git there also that portion is showing in local. I'm using Xampp server. Is it a virus? What may be the issue?
Actually this portion is not in the code, but it's still showing, i've deleted the corresponding js files and css too.
I have included the CKfinder in my html file. After included this file, I'm able to see the images in folderwise in popup window and able to store the image as well. As per my view, when we click on browse server button, it is creating ckfinder folder and storing all the uploaded images. It is working fine in XAMPP server.
But when I tried to implement the same thing in my Eclipse project, Images folder is not showing. It's showing blank in the popup window.
How to fix this issue? Kindly help me.
I am building a web application and there is a shared drive on our server that all the pictures are on. I want to be able to access that drive and its folders so that I can display images inside of them. This is so that we can easily add and remove pictures from the folder outside of the app if need be. However I cant get the file path to link to the folder.
This is what I'm using based on what i have read online
<img src="file:///C:/pictures/deere.jpg">
but this is not doing anything. Any Ideas?
Basically the only way that I was able to get it to work the way I wanted was that I created a symbolic link to my application folder and then I was able to get it to work between drives
I made web site in html,but I have a problem when I click on some image in gallery, there is not new page.This is the error:
This webpage is not found
No webpage was found for the web address: file:///C:/Users/
"file:///C:/Users/" means that you wrote one or more html links pointing to your local hard disk (whoops). You need to find those links and rewrite them as relative URLs. http://www.google.com/search?q=relative+url+absolute+OR+file