Adding attachment in service portal User profile
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-21-2019 05:45 AM
Need to add attachment in user profile page in service portal.
Where the attachment should be displayed in users profile.
Labels:
- Labels:
-
Service Portal Development
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-14-2024 04:41 PM
Please try:
<button class="btn btn-primary" ng-click="c.openCamera()">Capture Photo or upload a photo</button>
<input type="file" id="fileInput" accept="image/*" capture="camera" style="display: none;" onchange="angular.element(this).scope().c.fileChanged(this)">