Click here to Skip to main content
15,886,724 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am fairly new at Sharepoint. I need to get images from Sharepoint then display it on a website.

I need to get a public URL to display the image in a way that when I concatenate the [employeeID].jpeg it will display.
<img width="60" height="60" src="http://[Sharepoint URL]/[employeeID].jpeg">


What I have tried:

Work with photos in a SharePoint picture library - SharePoint[^]
How to retrieve image files from Sharepoint Image Library (List) through REST API using C# in Windows Store App - Stack Overflow[^]
Posted
Comments
[no name] 29-Apr-19 13:22pm    
Maybe you should create a "SharePoint" "web site"; since that's what it's all about.
Michelle Anne Rigor 30-Apr-19 4:37am    
My website is within Office 360. Is there a way to pull images from Sharepoint?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900