#Samaara-file-c
1 messages ยท Page 1 of 1 (latest)
Hav you tried ToBase64String()?
https://docs.microsoft.com/en-us/dotnet/api/system.convert.tobase64string?view=net-6.0
I currently have the Base64String! That's what I am trying to upload
Apologies for the wait. I got caught up in other threads. Can you log the contents of the variable to console and confirm it looks like it should? The error seems to indicate that you haven't converted it correctly
@devout forge I have unarchived your thread
Hi there ๐ taking a look now
We don't really support uploading from memory I think
Thanks!
My recommendation would be to create a file on your filesystem first and then upload that
Is there any other option? I can try that, I was just trying to avoid creating the file!
not that I know of. I know we wanted to support upload from memory but I don't think we support it on most libraries
Ok, thank you!