<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.appian.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>How to upload and download a file in KC using FitnessE Test Script</title><link>https://community.appian.com/discussions/f/general/12627/how-to-upload-and-download-a-file-in-kc-using-fitnesse-test-script</link><description>Hi Team, 
 I am point the FitnessE to reach to the unique identifier for the knowledge center folder but I am not able to use the button/checkbox fitnessE script to go to the New DropDown select Document and in the new dialog opened - upload in the predefined</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: How to upload and download a file in KC using FitnessE Test Script</title><link>https://community.appian.com/thread/56397?ContentTypeID=1</link><pubDate>Sat, 09 Jun 2018 15:51:15 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:22d7d22d-778e-4c38-b3ed-d06d14aaeacc</guid><dc:creator>srikanthm0004</dc:creator><description>Also,  For the download I need each script in the suite to download in different locations. &lt;br /&gt;
&lt;br /&gt;
Script1/Scenario 1  --&amp;gt;  c:/logs/node1&lt;br /&gt;
Script2/Scenario 2 --&amp;gt;   c:/logs/node2&lt;br /&gt;
&lt;br /&gt;
Is it that something possible? &lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
Sri&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to upload and download a file in KC using FitnessE Test Script</title><link>https://community.appian.com/thread/56353?ContentTypeID=1</link><pubDate>Fri, 08 Jun 2018 04:12:47 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:03717cb1-99e5-422f-ab2d-08ef7dd37d13</guid><dc:creator>srikanthm0004</dc:creator><description>Hi Rajesh,&lt;br /&gt;
&lt;br /&gt;
Thanks for the reply, I am able to go to the KC Folder. But I am not able to navigate from &lt;br /&gt;
&lt;br /&gt;
KC folder --&amp;gt; New --&amp;gt; Document steps&lt;br /&gt;
&lt;br /&gt;
I tried using click on button but I am getting error as click on button: Bad table! DecisionTables should have at least three rows.&lt;br /&gt;
&lt;br /&gt;
Please suggest on the navigation.&lt;br /&gt;
&lt;br /&gt;
Thanks,&lt;br /&gt;
Sri&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to upload and download a file in KC using FitnessE Test Script</title><link>https://community.appian.com/thread/56348?ContentTypeID=1</link><pubDate>Fri, 08 Jun 2018 01:53:02 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:fe9c2c20-c90e-4800-b4cb-29b1f2389d1f</guid><dc:creator>rajeshv</dc:creator><description>Hi Srikanth,&lt;br /&gt;
Please below method to upload files&lt;br /&gt;
| populate | FIELD_TYPE | field | [FIELD_INDEX] | with | VALUE(S) |&lt;br /&gt;
Replace FIELD_TYPE with FILE_UPLOAD and Values with file path where your file is available(Example: C:/FitNesseForAppian/FitNesseRoot/filename.txt)&lt;br /&gt;
&lt;br /&gt;
To download the documents to specific folder you need to have below lines added to your custom.properties files.&lt;br /&gt;
 &lt;br /&gt;
download.directory=C:/FitNesseForAppian/FitNesseRoot/Downloads (you can give any other file path)&lt;br /&gt;
download.mime.types=application/xml,text/plain,text/xml,image/jpeg,image/png&lt;br /&gt;
&lt;br /&gt;
Once you add above lines to customer.properties files restart the Fitnesse.&lt;br /&gt;
&lt;br /&gt;
Let me know if it is not working&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>