API_HOME_UPLOAD

This function opens the IceViewer HTML5 upload window, prompting the user to upload a document.

API function name: api_home_upload()
Parameters:
Return Type: Void
Programmer notes:

This function will display the Upload window. This feature currently requires user interaction, the user has to add a file manually which should be uploaded.

This is a browser limitation, it’s not possible to reliably access local files programmatically from the browser context.

Code Example:

None