EDIT - Solved: I actually already got the answers I needed in this previous post which also involved accessing a file after it is uploaded. (Getting Hyperlink of image or uploading to Imgur?) I’m not sure if the mods prefer to delete the post.
I want to have users upload their Skype (SQLite) database files and to sync those results to my own pg database. I already have my own db in place and I’m not asking for help querying/parsing etc. However, I do need to know if the file is stored in location which I can access/reference.
Looking at the fileloader methods/properties, I can only see the following: content_type, get_bytes(), length, name & url. How would I access that file once it’s in Anvil?