Getting Started
File Upload
Users can upload files on the web using Simplex.
Uploading Files
To upload files, we provide the click_and_upload endpoint and SDK function, which takes in an element description and a file to upload. The element description must be an element that would typically open the operating system file upload dialog.
In this example, we have to run click_and_upload with the “Click or drag and drop” section and our desired file. We’re using a file called “logo.png” here.
upload_file.py
Was this page helpful?