Change Profile Picture of UserProfileHeader

Current picture:
Upload new picture:
  Cancel
TIP Recommended step before upload: Crop the image to about square size, and resize it to a width of 200 pixels. This makes it load faster.
Select existing picture:
<form action="https://foswiki.isocpp.org/bin/save/Main/UserProfileHeader" method="post" /> <input type="hidden" name="Image" value="$query(attachments[name~'*.jpg'].name)" /> <input type="image" src="/pub/Main/UserProfileHeader/$query(attachments[name~'*.jpg'].name)" height="60" border="0" alt="" title="$query(attachments[name~'*.jpg'].name)" class="twikiButton" style="padding:10px" /></form>  <form action="https://foswiki.isocpp.org/bin/save/Main/UserProfileHeader" method="post" /> <input type="hidden" name="Image" value="$query(attachments[name~'*.JPG'].name)" /> <input type="image" src="/pub/Main/UserProfileHeader/$query(attachments[name~'*.JPG'].name)" height="60" border="0" alt="" title="$query(attachments[name~'*.JPG'].name)" class="twikiButton" style="padding:10px" /></form>  <form action="https://foswiki.isocpp.org/bin/save/Main/UserProfileHeader" method="post" /> <input type="hidden" name="Image" value="$query(attachments[name~'*.png'].name)" /> <input type="image" src="/pub/Main/UserProfileHeader/$query(attachments[name~'*.png'].name)" height="60" border="0" alt="" title="$query(attachments[name~'*.png'].name)" class="twikiButton" style="padding:10px" /></form>  <form action="https://foswiki.isocpp.org/bin/save/Main/UserProfileHeader" method="post" /> <input type="hidden" name="Image" value="$query(attachments[name~'*.PNG'].name)" /> <input type="image" src="/pub/Main/UserProfileHeader/$query(attachments[name~'*.PNG'].name)" height="60" border="0" alt="" title="$query(attachments[name~'*.PNG'].name)" class="twikiButton" style="padding:10px" /></form>  <form action="https://foswiki.isocpp.org/bin/save/Main/UserProfileHeader" method="post" /> <input type="hidden" name="Image" value="$query(attachments[name~'*.gif'].name)" /> <input type="image" src="/pub/Main/UserProfileHeader/$query(attachments[name~'*.gif'].name)" height="60" border="0" alt="" title="$query(attachments[name~'*.gif'].name)" class="twikiButton" style="padding:10px" /></form>  <form action="https://foswiki.isocpp.org/bin/save/Main/UserProfileHeader" method="post" /> <input type="hidden" name="Image" value="$query(attachments[name~'*.GIF'].name)" /> <input type="image" src="/pub/Main/UserProfileHeader/$query(attachments[name~'*.GIF'].name)" height="60" border="0" alt="" title="$query(attachments[name~'*.GIF'].name)" class="twikiButton" style="padding:10px" /></form>

Return to: UserProfileHeader

Topic revision: r2 - 18 Nov 2012, TWikiContributor
This site is powered by FoswikiCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding Foswiki? Send feedback