Friendica Communications Platform
(please note that this is a clone of the repository at github, issues are handled there)
https://friendi.ca
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<h1>Upload Profile Photo</h1>
|
|
|
|
<form enctype="multipart/form-data" action="profile_photo" method="post">
|
|
|
|
<div id="profile-photo-upload-wrapper">
|
|
<label id="profile-photo-upload-label" for="profile-photo-upload">Upload File: </label>
|
|
<input name="userfile" type="file" id="profile-photo-upload" size="48" />
|
|
</div>
|
|
|
|
<div id="profile-photo-submit-wrapper">
|
|
<input type="submit" name="submit" id="profile-photo-submit" value="Upload">
|
|
</div>
|
|
|
|
</form>
|