We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

Adding attachment in service portal User profile

arey yaar
Giga Guru

Need to add attachment in user profile page in service portal.

Where the attachment should be displayed in users profile.

5 REPLIES 5

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)">