18 January 2026:


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.

File Upload is not working

sarmisthasarmistha Members
edited January 2013 in Sahi Pro
How to upload file in sahi script.it is happening manually but in case of sahi script its showing some problem.
Code is like :- "_setFile(_file("uploadFile"),$v96);"

Answers

  • Hi,

    May be you are submitting the file into the wrong form.

    You may use _setFile with 3 parameter.

    _setFile(_file("id"), "C:\\abc\\efg.jpg", "formSubmit.jsp");

    --
    Kshitij Gupta
Sign In or Register to comment.