Created
June 3, 2015 14:45
-
-
Save jbanety/cad23d35ecdad624877a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<field name="avatarFile" | |
type="EtdSolutions.File" | |
class="form-control" | |
label="FORM_RESIDENT_FIELD_AVATAR_LABEL" | |
filter="string" | |
allowedFileExtensions="png,gif,jpg,jpeg,bmp" | |
accept="image/*" | |
showRemove="true" | |
showUpload="true" | |
dropZoneEnabled="false" | |
directory="images/profiles" | |
upload_uri="/resident/uploadavatar" | |
delete_uri="/resident/deleteavatar" | |
/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment