I want to allow the external (client-side) Python script to read in an image (via code) that is stored locally on their device and use that image as the source for self.image_1 on the Anvil Web App. How should I go about the code on both the client script and the Anvil script for this? I’m very new to Python so I’d really appreciate the help!
@p.colbert Absolutely correct, uplink is better option considering @udayt is using python itself for client code.
Http endpoint is generalised, so if in future @udayt needs to change client (like using angular,react etc) then he just need to call http endpoint as these technologies don’t support uplink.