Krivo
July 6, 2021, 2:50pm
5
@AymenM Potentially you can control the file name of the document when the user uploads the document. If that is the case then you could input the file name (like RowID) as a parameter when opening the webview.
I did this when uploading to cloudinary as seen in below post:
The link was something like: https://website/htmlpage?imageid=Image-mhEQ5+g8QXG3Yhk09Zv9aA-4
Cloudinary as image store for uploaded images
URL https://uploadtocloudinary.glideapp.io/
The app is copyable
The app is using my personal Cloudinary account - so please keep uploads in the app low - and use your own Cloudinary account if you are going to do exploration of cloudinary
Background
Glide has an image upload functionality where the images are uploaded to Glide. Unfortunatly, these images are out of control from us as app developers. This means that we cannot delete…
1 Like