<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://www.codeplex.com/rss.xsl"?><rss version="2.0"><channel><title>ImageUpload Wiki &amp; Documentation Rss Feed</title><link>http://www.codeplex.com/ImageUpload/Wiki/View.aspx?title=Home</link><description>ImageUpload Wiki Rss Description</description><item><title>UPDATED WIKI: Installation</title><link>http://www.codeplex.com/ImageUpload/Wiki/View.aspx?title=Installation&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
Installation
&lt;/h1&gt; &lt;br /&gt;To install the Image Upload Web Part, the following are required:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Console access to the web front-end server.&lt;/li&gt;&lt;li&gt;A Document Library or Picture Library for storing the uploaded images.&lt;/li&gt;
&lt;/ul&gt;(Since all site visitors of the page containing the web part will need to view the image, the library must allow read access to all accounts in the site collection. Anonymous access will also work, if the web application is configured to allow anonymous browsing. In addition, the library must not be configured to require check-out of documents. The upload processing of the web part does not support check-out and check-in.)&lt;br /&gt; &lt;br /&gt;The Image Upload Web Part is installed using a SharePoint Solution package (.wsp) file. The STSADM command line utility is used to install and deploy the solution.&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
      stsadm –o addsolution –filename &amp;quot;Image Upload Web Part.wsp&amp;quot;
      stsadm –o deploysolution –name &amp;quot;Image Upload Web Part.wsp&amp;quot; 
             –url [web application url] –allowcas –allowgac  
&lt;/pre&gt; &lt;br /&gt;Since the web part will use elevated privileges to upload the image, a custom Code Access Security (CAS) Policy is used to grant the web part the appropriate run-time permissions. This policy is added to the CAS policy in effect in the specified web application. To allow this update to happen, the  allowcas parameter is required. &lt;br /&gt; &lt;br /&gt;As noted above, the solution contains an extension to the STSADM command for setting the image storage location. The SharePoint platform requires extensions ot STSADM to be deploy to the Global Assembly Cache (GAC). Thus, the  allowgac parameter is required when deploying the solution package.&lt;br /&gt; &lt;br /&gt;&lt;a href="http://www.codeplex.com/ImageUpload/Wiki/View.aspx?title=Using%20the%20Image%20Upload%20Web%20Part&amp;amp;referringTitle=Installation"&gt;Using the Image Upload Web Part&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;&lt;a href="http://www.codeplex.com/ImageUpload/Wiki/View.aspx?title=Home&amp;amp;referringTitle=Installation"&gt;Home&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>PaulSchaeflein</author><pubDate>Wed, 14 May 2008 01:47:56 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Installation 20080514014756A</guid></item><item><title>UPDATED WIKI: Using the Image Upload Web Part</title><link>http://www.codeplex.com/ImageUpload/Wiki/View.aspx?title=Using the Image Upload Web Part&amp;version=6</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
Using the Image Upload Web Part
&lt;/h1&gt;Once the Image Upload Web Part is installed in a SharePoint farm, it is used like all other Web Parts. A site member (a user with permission to change a Web Part Page) can add the Image Upload Web Part like any other part. By default, the Web Part is listed in the Miscellaneous section of the Add Web Parts dialog.&lt;br /&gt; &lt;br /&gt;      &lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=ImageUpload&amp;amp;DownloadId=34433" alt="AddWebPart.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;When the Web Part is displayed, it will check for the location configured to store the images that are uploaded. This location is set via the STSADM command line utility, using a custom option that is included in the download.&lt;br /&gt; &lt;br /&gt;      &lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=ImageUpload&amp;amp;DownloadId=34435" alt="LocationNotSet.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;Once the web part has been added to the page, it is no longer necessary to keep the page in edit mode. If the page is stored in a document library that requires check out, keep the page checked out until the image is uploaded and display.&lt;br /&gt; &lt;br /&gt;In the image below, the help text for the command is shown. At the bottom of the screen is a sample command to set the location to a picture library named “ImageUpload.” This library (either a document library or picture library) must already exist.&lt;br /&gt; &lt;br /&gt;      &lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=ImageUpload&amp;amp;DownloadId=34434" alt="SetLocationHelp.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;Once the upload location is set, the web part will display the upload form. (The page may need to be refreshed.) The form provides text boxes to specify the image to upload, the alternate text to be displayed (usually as a tool tip) and the height and width at which to display the image. (The height and width are optional. If they are not specified, the image is displayed at its full size.&lt;br /&gt; &lt;br /&gt;      &lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=ImageUpload&amp;amp;DownloadId=34436" alt="SelectImage.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;Clicking the Browse button on the form will show the Choose File dialog box. This dialog will allow the site member to navigate to any location available from their computer. This can include local directories, network directories and even camera memory cards. The valid image file types are .bmp, .jpg, .gif and .png.&lt;br /&gt; &lt;br /&gt;      &lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=ImageUpload&amp;amp;DownloadId=34437" alt="ChooseFile.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;Once the image is selected and the form completed, the Save button will upload the image to the configured location, and the web part’s properties will be updated with the url of the image. Then, the web part will render in its normal manner — displaying the image.&lt;br /&gt; &lt;br /&gt;      &lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=ImageUpload&amp;amp;DownloadId=34438" alt="BestPractices.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;Viewing the details of the image in the picture library will show that is was created by the “System Account.” This is a special account that automatically has write permission to the library. This account is only used when a custom program runs under elevated privileges to perform an action.&lt;br /&gt; &lt;br /&gt;&lt;a href="http://www.codeplex.com/ImageUpload/Wiki/View.aspx?title=Installation&amp;amp;referringTitle=Using%20the%20Image%20Upload%20Web%20Part"&gt;Installation&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;&lt;a href="http://www.codeplex.com/ImageUpload/Wiki/View.aspx?title=Home&amp;amp;referringTitle=Using%20the%20Image%20Upload%20Web%20Part"&gt;Home&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>PaulSchaeflein</author><pubDate>Wed, 14 May 2008 01:47:29 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Using the Image Upload Web Part 20080514014729A</guid></item><item><title>UPDATED WIKI: Installation</title><link>http://www.codeplex.com/ImageUpload/Wiki/View.aspx?title=Installation&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
Installation
&lt;/h1&gt; &lt;br /&gt;To install the Image Upload Web Part, the following are required:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Console access to the web front-end server.&lt;/li&gt;&lt;li&gt;A Document Library or Picture Library for storing the uploaded images.&lt;/li&gt;
&lt;/ul&gt;(Since all site visitors of the page containing the web part will need to view the image, the library must allow read access to all accounts in the site collection. Anonymous access will also work, if the web application is configured to allow anonymous browsing. In addition, the library must not be configured to require check-out of documents. The upload processing of the web part does not support check-out and check-in.)&lt;br /&gt; &lt;br /&gt;The Image Upload Web Part is installed using a SharePoint Solution package (.wsp) file. The STSADM command line utility is used to install and deploy the solution.&lt;br /&gt; &lt;br /&gt;&lt;pre&gt;
      stsadm –o addsolution –filename &amp;quot;Image Upload Web Part.wsp&amp;quot;
      stsadm –o deploysolution –name &amp;quot;Image Upload Web Part.wsp&amp;quot; 
             –url [web application url] –allowcas –allowgac  
&lt;/pre&gt; &lt;br /&gt;Since the web part will use elevated privileges to upload the image, a custom Code Access Security (CAS) Policy is used to grant the web part the appropriate run-time permissions. This policy is added to the CAS policy in effect in the specified web application. To allow this update to happen, the  allowcas parameter is required. &lt;br /&gt; &lt;br /&gt;As noted above, the solution contains an extension to the STSADM command for setting the image storage location. The SharePoint platform requires extensions ot STSADM to be deploy to the Global Assembly Cache (GAC). Thus, the  allowgac parameter is required when deploying the solution package.&lt;br /&gt;
&lt;/div&gt;</description><author>PaulSchaeflein</author><pubDate>Wed, 14 May 2008 01:46:43 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Installation 20080514014643A</guid></item><item><title>UPDATED WIKI: Installation</title><link>http://www.codeplex.com/ImageUpload/Wiki/View.aspx?title=Installation&amp;version=1</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
Installation
&lt;/h1&gt; &lt;br /&gt;To install the Image Upload Web Part, the following are required:&lt;br /&gt;&lt;ul&gt;
&lt;li&gt;Console access to the web front-end server.&lt;/li&gt;&lt;li&gt;A Document Library or Picture Library for storing the uploaded images.&lt;/li&gt;
&lt;/ul&gt;(Since all site visitors of the page containing the web part will need to view the image, the library must allow read access to all accounts in the site collection. Anonymous access will also work, if the web application is configured to allow anonymous browsing. In addition, the library must not be configured to require check-out of documents. The upload processing of the web part does not support check-out and check-in.)&lt;br /&gt; &lt;br /&gt;The Image Upload Web Part is installed using a SharePoint Solution package (.wsp) file. The STSADM command line utility is used to install and deploy the solution.&lt;br /&gt;&lt;pre&gt;
      stsadm –o addsolution –filename &amp;quot;Image Upload Web Part.wsp&amp;quot;
      stsadm –o deploysolution –name &amp;quot;Image Upload Web Part.wsp&amp;quot; 
             –url [web application url] –allowcas –allowgac  
&lt;/pre&gt;Since the web part will use elevated privileges to upload the image, a custom Code Access Security (CAS) Policy is used to grant the web part the appropriate run-time permissions. This policy is added to the CAS policy in effect in the specified web application. To allow this update to happen, the  allowcas parameter is required. &lt;br /&gt;As noted above, the solution contains an extension to the STSADM command for setting the image storage location. The SharePoint platform requires extensions ot STSADM to be deploy to the Global Assembly Cache (GAC). Thus, the  allowgac parameter is required when deploying the solution package.&lt;br /&gt;
&lt;/div&gt;</description><author>PaulSchaeflein</author><pubDate>Wed, 14 May 2008 01:45:02 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Installation 20080514014502A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/ImageUpload/Wiki/View.aspx?title=Home&amp;version=5</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;The Image Upload Web Part for SharePoint Technologies is an easy to use replacement for the built-in Image Web Part. Site members can upload and display an image in one single step.
&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Introduction
&lt;/h2&gt;The out-of-the-box Image Web Part can be used to display an image on a site. The web part has a property that specifies the web address of the image. For most site members, this is problematic – how do they get an image on the web site? And how do they determine the web address? For power users, these steps are understood, but are time consuming to complete.&lt;br /&gt; &lt;br /&gt;The Image Upload Web Part will allow the site member to browse their local computer for the image. Once the image is selected, the web part will automatically upload the image to a location specified by an administrator and set the web address.&lt;br /&gt; &lt;br /&gt;The result is a solution that works for both groups. Site members can display pictures from their computer and administrators can provide storage for those pictures with changing the permissions of their site and with minimal training.&lt;br /&gt; &lt;br /&gt;&lt;a href="http://www.codeplex.com/ImageUpload/Wiki/View.aspx?title=Using%20the%20Image%20Upload%20Web%20Part&amp;amp;referringTitle=Home"&gt;Using the Image Upload Web Part&lt;/a&gt;&lt;br /&gt; &lt;br /&gt;&lt;a href="http://www.codeplex.com/ImageUpload/Wiki/View.aspx?title=Installation&amp;amp;referringTitle=Home"&gt;Installation&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>PaulSchaeflein</author><pubDate>Wed, 14 May 2008 01:42:32 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080514014232A</guid></item><item><title>UPDATED WIKI: Using the Image Upload Web Part</title><link>http://www.codeplex.com/ImageUpload/Wiki/View.aspx?title=Using the Image Upload Web Part&amp;version=5</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
Using the Image Upload Web Part
&lt;/h1&gt;Once the Image Upload Web Part is installed in a SharePoint farm, it is used like all other Web Parts. A site member (a user with permission to change a Web Part Page) can add the Image Upload Web Part like any other part. By default, the Web Part is listed in the Miscellaneous section of the Add Web Parts dialog.&lt;br /&gt; &lt;br /&gt;      &lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=ImageUpload&amp;amp;DownloadId=34433" alt="AddWebPart.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;When the Web Part is displayed, it will check for the location configured to store the images that are uploaded. This location is set via the STSADM command line utility, using a custom option that is included in the download.&lt;br /&gt; &lt;br /&gt;      &lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=ImageUpload&amp;amp;DownloadId=34435" alt="LocationNotSet.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;Once the web part has been added to the page, it is no longer necessary to keep the page in edit mode. If the page is stored in a document library that requires check out, keep the page checked out until the image is uploaded and display.&lt;br /&gt; &lt;br /&gt;In the image below, the help text for the command is shown. At the bottom of the screen is a sample command to set the location to a picture library named “ImageUpload.” This library (either a document library or picture library) must already exist.&lt;br /&gt; &lt;br /&gt;      &lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=ImageUpload&amp;amp;DownloadId=34434" alt="SetLocationHelp.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;Once the upload location is set, the web part will display the upload form. (The page may need to be refreshed.) The form provides text boxes to specify the image to upload, the alternate text to be displayed (usually as a tool tip) and the height and width at which to display the image. (The height and width are optional. If they are not specified, the image is displayed at its full size.&lt;br /&gt; &lt;br /&gt;      &lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=ImageUpload&amp;amp;DownloadId=34436" alt="SelectImage.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;Clicking the Browse button on the form will show the Choose File dialog box. This dialog will allow the site member to navigate to any location available from their computer. This can include local directories, network directories and even camera memory cards. The valid image file types are .bmp, .jpg, .gif and .png.&lt;br /&gt; &lt;br /&gt;      &lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=ImageUpload&amp;amp;DownloadId=34437" alt="ChooseFile.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;Once the image is selected and the form completed, the Save button will upload the image to the configured location, and the web part’s properties will be updated with the url of the image. Then, the web part will render in its normal manner — displaying the image.&lt;br /&gt; &lt;br /&gt;      &lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=ImageUpload&amp;amp;DownloadId=34438" alt="BestPractices.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;Viewing the details of the image in the picture library will show that is was created by the “System Account.” This is a special account that automatically has write permission to the library. This account is only used when a custom program runs under elevated privileges to perform an action.&lt;br /&gt; &lt;br /&gt;&lt;a href="http://www.codeplex.com/ImageUpload/Wiki/View.aspx?title=Installation&amp;amp;referringTitle=Using%20the%20Image%20Upload%20Web%20Part"&gt;Installation&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>PaulSchaeflein</author><pubDate>Wed, 14 May 2008 01:42:16 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Using the Image Upload Web Part 20080514014216A</guid></item><item><title>UPDATED WIKI: Using the Image Upload Web Part</title><link>http://www.codeplex.com/ImageUpload/Wiki/View.aspx?title=Using the Image Upload Web Part&amp;version=4</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
Using the Image Upload Web Part
&lt;/h1&gt;Once the Image Upload Web Part is installed in a SharePoint farm, it is used like all other Web Parts. A site member (a user with permission to change a Web Part Page) can add the Image Upload Web Part like any other part. By default, the Web Part is listed in the Miscellaneous section of the Add Web Parts dialog.&lt;br /&gt; &lt;br /&gt;      &lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=ImageUpload&amp;amp;DownloadId=34433" alt="AddWebPart.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;When the Web Part is displayed, it will check for the location configured to store the images that are uploaded. This location is set via the STSADM command line utility, using a custom option that is included in the download.&lt;br /&gt; &lt;br /&gt;      &lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=ImageUpload&amp;amp;DownloadId=34435" alt="LocationNotSet.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;Once the web part has been added to the page, it is no longer necessary to keep the page in edit mode. If the page is stored in a document library that requires check out, keep the page checked out until the image is uploaded and display.&lt;br /&gt; &lt;br /&gt;In the image below, the help text for the command is shown. At the bottom of the screen is a sample command to set the location to a picture library named “ImageUpload.” This library (either a document library or picture library) must already exist.&lt;br /&gt; &lt;br /&gt;      &lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=ImageUpload&amp;amp;DownloadId=34434" alt="SetLocationHelp.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;Once the upload location is set, the web part will display the upload form. (The page may need to be refreshed.) The form provides text boxes to specify the image to upload, the alternate text to be displayed (usually as a tool tip) and the height and width at which to display the image. (The height and width are optional. If they are not specified, the image is displayed at its full size.&lt;br /&gt; &lt;br /&gt;      &lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=ImageUpload&amp;amp;DownloadId=34436" alt="SelectImage.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;Clicking the Browse button on the form will show the Choose File dialog box. This dialog will allow the site member to navigate to any location available from their computer. This can include local directories, network directories and even camera memory cards. The valid image file types are .bmp, .jpg, .gif and .png.&lt;br /&gt; &lt;br /&gt;      &lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=ImageUpload&amp;amp;DownloadId=34437" alt="ChooseFile.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;Once the image is selected and the form completed, the Save button will upload the image to the configured location, and the web part’s properties will be updated with the url of the image. Then, the web part will render in its normal manner — displaying the image.&lt;br /&gt; &lt;br /&gt;      &lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=ImageUpload&amp;amp;DownloadId=34438" alt="BestPractices.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;Viewing the details of the image in the picture library will show that is was created by the “System Account.” This is a special account that automatically has write permission to the library. This account is only used when a custom program runs under elevated privileges to perform an action.&lt;br /&gt;
&lt;/div&gt;</description><author>PaulSchaeflein</author><pubDate>Wed, 14 May 2008 01:41:41 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Using the Image Upload Web Part 20080514014141A</guid></item><item><title>UPDATED WIKI: Using the Image Upload Web Part</title><link>http://www.codeplex.com/ImageUpload/Wiki/View.aspx?title=Using the Image Upload Web Part&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
Using the Image Upload Web Part
&lt;/h1&gt;Once the Image Upload Web Part is installed in a SharePoint farm, it is used like all other Web Parts. A site member (a user with permission to change a Web Part Page) can add the Image Upload Web Part like any other part. By default, the Web Part is listed in the Miscellaneous section of the Add Web Parts dialog.&lt;br /&gt; &lt;br /&gt;      &lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=ImageUpload&amp;amp;DownloadId=34433" alt="AddWebPart.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;When the Web Part is displayed, it will check for the location configured to store the images that are uploaded. This location is set via the STSADM command line utility, using a custom option that is included in the download.&lt;br /&gt; &lt;br /&gt;      &lt;span class="unresolved"&gt;Cannot resolve link: &lt;/span&gt;[image:LocationNotSet.jpg]&lt;br /&gt; &lt;br /&gt;Once the web part has been added to the page, it is no longer necessary to keep the page in edit mode. If the page is stored in a document library that requires check out, keep the page checked out until the image is uploaded and display.&lt;br /&gt; &lt;br /&gt;In the image below, the help text for the command is shown. At the bottom of the screen is a sample command to set the location to a picture library named “ImageUpload.” This library (either a document library or picture library) must already exist.&lt;br /&gt; &lt;br /&gt;      &lt;span class="unresolved"&gt;Cannot resolve link: &lt;/span&gt;[image:SetLocationHelp.jpg]&lt;br /&gt; &lt;br /&gt;Once the upload location is set, the web part will display the upload form. (The page may need to be refreshed.) The form provides text boxes to specify the image to upload, the alternate text to be displayed (usually as a tool tip) and the height and width at which to display the image. (The height and width are optional. If they are not specified, the image is displayed at its full size.&lt;br /&gt; &lt;br /&gt;Clicking the Browse button on the form will show the Choose File dialog box. This dialog will allow the site member to navigate to any location available from their computer. This can include local directories, network directories and even camera memory cards. The valid image file types are .bmp, .jpg, .gif and .png.&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;Once the image is selected and the form completed, the Save button will upload the image to the configured location, and the web part’s properties will be updated with the url of the image. Then, the web part will render in its normal manner — displaying the image.&lt;br /&gt; &lt;br /&gt;Viewing the details of the image in the picture library will show that is was created by the “System Account.” This is a special account that automatically has write permission to the library. This account is only used when a custom program runs under elevated privileges to perform an action.&lt;br /&gt;
&lt;/div&gt;</description><author>PaulSchaeflein</author><pubDate>Wed, 14 May 2008 01:22:06 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Using the Image Upload Web Part 20080514012206A</guid></item><item><title>UPDATED WIKI: Using the Image Upload Web Part</title><link>http://www.codeplex.com/ImageUpload/Wiki/View.aspx?title=Using the Image Upload Web Part&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
Using the Image Upload Web Part
&lt;/h1&gt;Once the Image Upload Web Part is installed in a SharePoint farm, it is used like all other Web Parts. A site member (a user with permission to change a Web Part Page) can add the Image Upload Web Part like any other part. By default, the Web Part is listed in the Miscellaneous section of the Add Web Parts dialog.&lt;br /&gt;&lt;img src="http://www.codeplex.com/Project/Download/FileDownload.aspx?ProjectName=ImageUpload&amp;amp;DownloadId=34433" alt="AddWebPart.jpg" /&gt;&lt;br /&gt; &lt;br /&gt;When the Web Part is displayed, it will check for the location configured to store the images that are uploaded. This location is set via the STSADM command line utility, using a custom option that is included in the download.&lt;br /&gt; &lt;br /&gt;Once the web part has been added to the page, it is no longer necessary to keep the page in edit mode. If the page is stored in a document library that requires check out, keep the page checked out until the image is uploaded and display.&lt;br /&gt;In the image below, the help text for the command is shown. At the bottom of the screen is a sample command to set the location to a picture library named “ImageUpload.” This library (either a document library or picture library) must already exist.&lt;br /&gt; &lt;br /&gt;Once the upload location is set, the web part will display the upload form. (The page may need to be refreshed.) The form provides text boxes to specify the image to upload, the alternate text to be displayed (usually as a tool tip) and the height and width at which to display the image. (The height and width are optional. If they are not specified, the image is displayed at its full size.&lt;br /&gt; &lt;br /&gt;Clicking the Browse button on the form will show the Choose File dialog box. This dialog will allow the site member to navigate to any location available from their computer. This can include local directories, network directories and even camera memory cards. The valid image file types are .bmp, .jpg, .gif and .png.&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;Once the image is selected and the form completed, the Save button will upload the image to the configured location, and the web part’s properties will be updated with the url of the image. Then, the web part will render in its normal manner — displaying the image.&lt;br /&gt; &lt;br /&gt;Viewing the details of the image in the picture library will show that is was created by the “System Account.” This is a special account that automatically has write permission to the library. This account is only used when a custom program runs under elevated privileges to perform an action.&lt;br /&gt;
&lt;/div&gt;</description><author>PaulSchaeflein</author><pubDate>Wed, 14 May 2008 01:19:28 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Using the Image Upload Web Part 20080514011928A</guid></item><item><title>UPDATED WIKI: Using the Image Upload Web Part</title><link>http://www.codeplex.com/ImageUpload/Wiki/View.aspx?title=Using the Image Upload Web Part&amp;version=1</link><description>&lt;div class="wikidoc"&gt;
&lt;h1&gt;
Using the Image Upload Web Part
&lt;/h1&gt;Once the Image Upload Web Part is installed in a SharePoint farm, it is used like all other Web Parts. A site member (a user with permission to change a Web Part Page) can add the Image Upload Web Part like any other part. By default, the Web Part is listed in the Miscellaneous section of the Add Web Parts dialog.&lt;br /&gt;&lt;span class="unresolved"&gt;Cannot resolve link: &lt;/span&gt;[image:AddWebPart.jpg]&lt;br /&gt; &lt;br /&gt;When the Web Part is displayed, it will check for the location configured to store the images that are uploaded. This location is set via the STSADM command line utility, using a custom option that is included in the download.&lt;br /&gt; &lt;br /&gt;Once the web part has been added to the page, it is no longer necessary to keep the page in edit mode. If the page is stored in a document library that requires check out, keep the page checked out until the image is uploaded and display.&lt;br /&gt;In the image below, the help text for the command is shown. At the bottom of the screen is a sample command to set the location to a picture library named “ImageUpload.” This library (either a document library or picture library) must already exist.&lt;br /&gt; &lt;br /&gt;Once the upload location is set, the web part will display the upload form. (The page may need to be refreshed.) The form provides text boxes to specify the image to upload, the alternate text to be displayed (usually as a tool tip) and the height and width at which to display the image. (The height and width are optional. If they are not specified, the image is displayed at its full size.&lt;br /&gt; &lt;br /&gt;Clicking the Browse button on the form will show the Choose File dialog box. This dialog will allow the site member to navigate to any location available from their computer. This can include local directories, network directories and even camera memory cards. The valid image file types are .bmp, .jpg, .gif and .png.&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;Once the image is selected and the form completed, the Save button will upload the image to the configured location, and the web part’s properties will be updated with the url of the image. Then, the web part will render in its normal manner — displaying the image.&lt;br /&gt; &lt;br /&gt;Viewing the details of the image in the picture library will show that is was created by the “System Account.” This is a special account that automatically has write permission to the library. This account is only used when a custom program runs under elevated privileges to perform an action.&lt;br /&gt;
&lt;/div&gt;</description><author>PaulSchaeflein</author><pubDate>Wed, 14 May 2008 01:17:58 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Using the Image Upload Web Part 20080514011758A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/ImageUpload/Wiki/View.aspx?title=Home&amp;version=4</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;The Image Upload Web Part for SharePoint Technologies is an easy to use replacement for the built-in Image Web Part. Site members can upload and display an image in one single step.
&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Introduction
&lt;/h2&gt;The out-of-the-box Image Web Part can be used to display an image on a site. The web part has a property that specifies the web address of the image. For most site members, this is problematic – how do they get an image on the web site? And how do they determine the web address? For power users, these steps are understood, but are time consuming to complete.&lt;br /&gt; &lt;br /&gt;The Image Upload Web Part will allow the site member to browse their local computer for the image. Once the image is selected, the web part will automatically upload the image to a location specified by an administrator and set the web address.&lt;br /&gt; &lt;br /&gt;The result is a solution that works for both groups. Site members can display pictures from their computer and administrators can provide storage for those pictures with changing the permissions of their site and with minimal training.&lt;br /&gt; &lt;br /&gt;&lt;a href="http://www.codeplex.com/ImageUpload/Wiki/View.aspx?title=Using%20the%20Image%20Upload%20Web%20Part&amp;amp;referringTitle=Home"&gt;Using the Image Upload Web Part&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>PaulSchaeflein</author><pubDate>Wed, 14 May 2008 01:12:15 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080514011215A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/ImageUpload/Wiki/View.aspx?title=Home&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;The Image Upload Web Part for SharePoint Technologies is an easy to use replacement for the built-in Image Web Part. Site members can upload and display an image in one single step.
&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;h2&gt;
Introduction
&lt;/h2&gt;The out-of-the-box Image Web Part can be used to display an image on a site. The web part has a property that specifies the web address of the image. For most site members, this is problematic – how do they get an image on the web site? And how do they determine the web address? For power users, these steps are understood, but are time consuming to complete.&lt;br /&gt; &lt;br /&gt;The Image Upload Web Part will allow the site member to browse their local computer for the image. Once the image is selected, the web part will automatically upload the image to a location specified by an administrator and set the web address.&lt;br /&gt; &lt;br /&gt;The result is a solution that works for both groups. Site members can display pictures from their computer and administrators can provide storage for those pictures with changing the permissions of their site and with minimal training.&lt;br /&gt;
&lt;/div&gt;</description><author>PaulSchaeflein</author><pubDate>Wed, 14 May 2008 01:09:56 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080514010956A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://www.codeplex.com/ImageUpload/Wiki/View.aspx?title=Home&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Project Description&lt;/b&gt;&lt;br /&gt;The Image Upload Web Part for SharePoint Technologies is an easy to use replacement for the built-in Image Web Part. Site members can upload and display an image in one single step.
&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;!!Introduction&lt;br /&gt;The out-of-the-box Image Web Part can be used to display an image on a site. The web part has a property that specifies the web address of the image. For most site members, this is problematic – how do they get an image on the web site? And how do they determine the web address? For power users, these steps are understood, but are time consuming to complete.&lt;br /&gt; &lt;br /&gt;The Image Upload Web Part will allow the site member to browse their local computer for the image. Once the image is selected, the web part will automatically upload the image to a location specified by an administrator and set the web address.&lt;br /&gt; &lt;br /&gt;The result is a solution that works for both groups. Site members can display pictures from their computer and administrators can provide storage for those pictures with changing the permissions of their site and with minimal training.&lt;br /&gt;
&lt;/div&gt;</description><author>PaulSchaeflein</author><pubDate>Wed, 14 May 2008 01:09:27 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080514010927A</guid></item></channel></rss>