mirror of https://github.com/friendica/friendica
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.
14 lines
460 B
14 lines
460 B
<h1>Upload Profile Photo</h1>
|
|
|
|
<form enctype="multipart/form-data" action="profile_photo/$profile_id" 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> |