HandleProfilePictureUpload

Function: handleProfilePictureUpload()

[object Object]

Defined in: app/components/Account/ChangeProfilePicture/ChangeProfilePicture.handlers.tsx:11

Handles the profile picture upload process.

Parameters

e

ChangeEvent<HTMLInputElement>

The change event from the file input.

userId

[object Object]

The ID of the user whose profile picture is being uploaded.

Returns

Promise<void>

On this page