I’ve never really liked the image web part that came out of the box with SharePoint! Looking at it from a users point of view it was too many tasks to upload a single image.
- Add a picture library to your site
- Upload your image to the image library via Microsoft Office Picture Manager
- Find the URL of the image
- Add the image web part to your site
- add the URL of the image to your web part
This new image web part does all this for you.
- Add the image web part to you site
- Use browse to add the images
- Click save
So much more user friendly.
It adds the URL of the image for you, saving the user having to find, copy and add this information.
You can download this web part from codeplex
http://www.codeplex.com/ImageUpload/Release/ProjectReleases.aspx?ReleaseId=13397
A document file is attached to the download – I didn’t user it – so here is how to install it
Install the WSP file and add the solution to your site.
When you add the web part to your site it tells you that you need to set the default location to upload images.
Create a image library at the top of you site. All users who need to be able to add images to anywhere on your site application need to have write permission to this library. You can hide the library where ever you want – even in another web application.
the script for this is
C:Program FilesCommon FilesMicrosoft Sharedweb server extensions12BIN>STSADM -o SetImageUploadLocation -webapp http://127.0.0.1/ -library http://127.0.0.1/PublishingImages
One thought on “Improved Image Web Part”