I know it’s possible to integrate Uploadcare’s upload widget via an iFrame, but this isn’t a great way to do it since iFrames don’t work well with mobile.
Has anyone gotten permission to intall the uploadcare-widget npm package and integrated Uploadcare this way?
1 Like
Looking briefly at this package it appears that it would need direct DOM access. Velo doesn’t provide this access so this widget wouldn’t work outside of an iFrame.
Makes sense. I’ve managed to make it work pretty well with the iFrame, so I think I’m okay. Thanks for the response.