18 January 2026:
Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.
This forum is now archived and is in read-only mode. Please continue discussions on our improved new Sahi Pro Community forum.
Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.
Not able to upload a video from system
Hello,
I am trying to upload a video from the system(Ubuntu).Script does not fail but the file as well is not getting uploaded. I am not able to figure out the reason.
These are the code lines which I have used...
_setFile(_file("content_file[]"), "/home//sahi/userdata/scripts/Wildlife.wmv");
_call(_file("content_file[]").type = "text"); // Change the type to text
_setValue(_textbox("content_file[]"), "/home/sahi/userdata/scripts/Wildlife.txt");
Can anyone please help me in solving this issue.
Thanks in advance
Veena
I am trying to upload a video from the system(Ubuntu).Script does not fail but the file as well is not getting uploaded. I am not able to figure out the reason.
These are the code lines which I have used...
_setFile(_file("content_file[]"), "/home//sahi/userdata/scripts/Wildlife.wmv");
_call(_file("content_file[]").type = "text"); // Change the type to text
_setValue(_textbox("content_file[]"), "/home/sahi/userdata/scripts/Wildlife.txt");
Can anyone please help me in solving this issue.
Thanks in advance
Veena
Comments