File upload - FileUploader
The File Uploader component of the Web SDK allows images to be uploaded from the device for later analysis.
How it works
Integration Example
<facephi-sdk-provider apikey={process.env.FACEPHI_SDK_APIKEY}>
<facephi-file-uploader-widget
maxFiles={2}
maxFileSize={10}
/>
</facephi-sdk-provider>Configuration
PropertiesEventsBenefits of Using File Uploader
Last updated