UNLV-CS472-672 / 2024-S-GROUP5-Munch

The Munch app is a social platform where users create profiles by selecting preferred foods.
1 stars 11 forks source link

Pass valid image data (base64) to backend in create page #115

Closed Dhooly closed 3 months ago

Dhooly commented 3 months ago

Convert raw image data to base64 string to send to backend to be processed

Description / Changes Made

Portions of this code that utilized AI generation

Figuring out how to get base64 string from ImagePicker

Screenshots

Portion of the base64 string of a picture being sent to backend

image

How to Test

  1. Console.log pictures array before sending to backend to see if its not null

Checklist