@@ -41,7 +41,10 @@ slug: kaneai-upload-and-download-files/
4141
4242- A valid LambdaTest account with access to Kane AI.
4343- An active test session on Kane AI.
44- - Supported file formats: PNG, B8EF, and CSV.
44+ - Supported file formats:
45+ - ** Images :** JPG, JPEG, PNG, GIF (Maximum size: 10 MB)
46+ - ** Videos :** MP4 (Maximum size: 50 MB)
47+ - ** Files :** XLS, XLSX, DOC, DOCX, PDF, CSV, TXT (Maximum size: 15 MB)
4548
4649## Steps to Upload a File
4750### Step 1: Initiate a Test Session
@@ -61,18 +64,22 @@ slug: kaneai-upload-and-download-files/
6164 - Select from pre-uploaded files.
6265 - Upload files from your local system.
6366> - Ensure the upload limit does not exceed 5 files per session. <br />
64- > - Supported formats include PNG, B8EF, and CSV.
67+ > - Supported file formats:
68+ > - ** Images :** JPG, JPEG, PNG, GIF (Maximum size: 10 MB)
69+ > - ** Videos :** MP4 (Maximum size: 50 MB)
70+ > - ** Files :** XLS, XLSX, DOC, DOCX, PDF, CSV, TXT (Maximum size: 15 MB)
6571- Click ** Add File** to confirm your selection.
6672
6773<img loading="lazy" src={require('../assets/images/kane-ai/knowledge-base/upload-download-files/image3.png').default} alt="Image" className="doc_img"/>
6874
6975### Step 4: File Upload Process
7076- Upon clicking ** Add File** , the selected files are uploaded successfully to the downloads folder within the session.
7177- These files are treated as variables and their paths are dynamically assigned.
78+ - These variables are named with prefix ` FILE_ `
7279
7380### Step 5: Accessing Uploaded Files
7481- In the test environment, type upload in the command field.
75- - Select the required file from the available list using ** double-curly braces syntax** (e.g.,` {{IMAGE_ONE}} ` ).
82+ - Select the required file from the available list using ** double-curly braces syntax** (e.g.,` upload {{FILE_IMAGE_1_PNG}} in upload section ` ).
7683- Kane AI will detect the appropriate action for uploading and provide relevant options.
7784- On the right panel, all downloaded files in the session’s downloads folder will be displayed.
7885
0 commit comments