Hi i have a long time problem. I create the files (images) into bucket, img is sent from client -> server, where is saved. But problem is that i cant set the type of file i am saving. It always saves it like plain/text (so it is Base64 in text).
I send 2imgs - code - result in cloud
are you passing in base64 encoded text?
yes i am
well then it's plain/text...if you want it to be picked up as an image, it needs to be in image
So i assume if you base64 decode it, you'll have the actual image bytes? store that instead
could you please help me how to do it?
I solved it, thank you for everything. (i used node-base64-image)
[SOLVED] set the file type in bucket
Recommended threads
- Build failed
FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
- Other DateTime Columns Are Saved Incorre...
When opening a rowβs details from the console and editing any field, the timestamps of other DateTime columns are being automatically changed and incorrectly sa...
- Github App "Failed to retrieve access to...
When trying to connect the Github App on 1.8.1 I recieve this error: ```[Error] Method: GET [Error] URL: /v1/vcs/github/callback [Error] Type: Exception [Error]...