You are here: Foswiki>APPX Web>ChangeProfilePicture (24 Jul 2011, TWikiContributor)Edit Attach

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.appx.com/bin/save/APPX/UserProfileHeader" method="post" /> <input type="hidden" name="Image" value="$query(attachments[name~'*.jpg'].name)" /> <input type="image" src="/pub/APPX/UserProfileHeader/$query(attachments[name~'*.jpg'].name)" XXwidth="100" height="60" alt="" border="0" class="twikiButton" style="padding:10px" /></form>  <form action="https://foswiki.appx.com/bin/save/APPX/UserProfileHeader" method="post" /> <input type="hidden" name="Image" value="$query(attachments[name~'*.JPG'].name)" /> <input type="image" src="/pub/APPX/UserProfileHeader/$query(attachments[name~'*.JPG'].name)" XXwidth="100" height="60" alt="" border="0" class="twikiButton" style="padding:10px" /></form>  <form action="https://foswiki.appx.com/bin/save/APPX/UserProfileHeader" method="post" /> <input type="hidden" name="Image" value="$query(attachments[name~'*.png'].name)" /> <input type="image" src="/pub/APPX/UserProfileHeader/$query(attachments[name~'*.png'].name)" XXwidth="100" height="60" alt="" border="0" class="twikiButton" style="padding:10px" /></form>  <form action="https://foswiki.appx.com/bin/save/APPX/UserProfileHeader" method="post" /> <input type="hidden" name="Image" value="$query(attachments[name~'*.PNG'].name)" /> <input type="image" src="/pub/APPX/UserProfileHeader/$query(attachments[name~'*.PNG'].name)" XXwidth="100" height="60" alt="" border="0" class="twikiButton" style="padding:10px" /></form>  <form action="https://foswiki.appx.com/bin/save/APPX/UserProfileHeader" method="post" /> <input type="hidden" name="Image" value="$query(attachments[name~'*.gif'].name)" /> <input type="image" src="/pub/APPX/UserProfileHeader/$query(attachments[name~'*.gif'].name)" XXwidth="100" height="60" alt="" border="0" class="twikiButton" style="padding:10px" /></form>  <form action="https://foswiki.appx.com/bin/save/APPX/UserProfileHeader" method="post" /> <input type="hidden" name="Image" value="$query(attachments[name~'*.GIF'].name)" /> <input type="image" src="/pub/APPX/UserProfileHeader/$query(attachments[name~'*.GIF'].name)" XXwidth="100" height="60" alt="" border="0" class="twikiButton" style="padding:10px" /></form>

Return to: UserProfileHeader

Topic revision: r1 - 24 Jul 2011, 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