HandleGroupProfilePictureUpload

Function: handleGroupProfilePictureUpload()

[object Object]

Defined in: app/routes/admin/edit-group/edit-group.handlers.tsx:199

Uploads a new profile picture for the group.

Parameters

e

ChangeEvent<HTMLInputElement>

The input change event containing the file.

id

number | null

The ID of the group receiving the new picture.

setSaving

(saving) => void

Setter to track the upload progress.

Returns

Promise<void>

Async

On this page