Hi Datahub, i am looking at implementing image/fil...
# random
w
Hi Datahub, i am looking at implementing image/file upload for documentation. After some research, i notice that graphql multipart upload is not encouraged according to apollo graphql. What are the choices we have here, any guidance will be nice. As much as possible i dont think its sensible to spin up a new service to manage file uploads?
b
You could host the images somewhere and use markdown to reference the images inside documentation?
I think you could also use iframes as well
w
Hey Xl thanks for letting me know. We want to enable a good ux for ppl to upload their image and host directly eventually.