You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is noble. The base64 string method was the easiest way to set up uploads quickly because I could pass the string to a remult "backend method" instead of setting up an actual Express route/endpoint, but it's non-standard and inefficient
Instead of passing a Base64 string around, create an Express route where we can upload (and later request for viewing) resumes
khe-revengeance/server/rpc-definitions.ts
Lines 355 to 372 in e0d461e
The text was updated successfully, but these errors were encountered: