Large File Upload Workaround - help?

Large File Upload Workaround - help?

Hello

I need users to upload large files into the app created using Zoho creator.
Since Zoho has file upload size limitations of 50MB, I'm trying to embed an external widget that can upload files and return a URL to a Zoho URL form field.

Here's the code of the upload widget on Codepen using a Cloudinary widget:
https://codepen.io/vlvgfx/pen/eejQmx

It allows a single file upload and then returns the uploaded file's URL and image preview.
How do I integrate this with a Zoho form such that the uploaded file's URL is passed into a record as a URL string?