Plugin Modal for File Upload

Hello Experts,

Do we have modal for file upload (similar to the one we used in the Manage User Access).
Additionally, do we have possibility to embed such modal into OOTB IIQ Form object?

Thanks and regards,
Mike

IdentityIQ Forms do not have a file upload functionality out-of-the-box. Only the Manage User Access pages have this built in to support the “Attachments in Access Requests” feature. You might be able to develop a custom IdentityIQ Plugin which inserts a file upload button via a JavaScript code snippet.

1 Like

Hello @paulo_urcid ,

Yes that is also what I have read on Compass.
Question here, do we have an SailPoint angularJS directive can be used here?
Or we simply follow the using standard html (e.g. input type=file)

Thanks for your advice,
Mike

I’m not sure if there is any default SailPoint AngularJS directive that can be re-used. You can try using your web browser’s developer console to inspect the HTML of the Access Request pages and figure out if there is an AngularJS or other type of function that you can implement. Surely you can also use the standard HTML tag. That one is also used in the Setup > Batch Requests page for uploading the batch CSV files

1 Like

I recommend using ng-file-upload (GitHub - danialfarid/ng-file-upload: Lightweight Angular directive to upload files with optional F). You can easily create the same UI as the Plugin installation page, supporting both file dialog and drag-n-drop.

1 Like

Hello @kcwong,

This a lot for your suggestion. I will definitely try out.

Best regards,
Mike