<?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>file upload without submit widget?</title><link>https://community.appian.com/discussions/f/general/18247/file-upload-without-submit-widget</link><description>Hi All, 
 can we upload a file into a folder without a!buttonWidgetsubmit() button 
 is it possible? 
 please help me with this</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: file upload without submit widget?</title><link>https://community.appian.com/thread/73030?ContentTypeID=1</link><pubDate>Thu, 02 Apr 2020 02:18:04 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f4a5fa02-bac6-45eb-86d8-827ae14307bf</guid><dc:creator>Mike Schmitt</dc:creator><description>[quote userid="15665" url="~/discussions/f/general/18247/file-upload-without-submit-widget/73028"]&lt;p&gt;but what about calling via an integration to a PM published with a WebAPI which will upload the document to the right folder?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;[/quote]
&lt;p&gt;If you&amp;#39;re still planning to use the SAIL file upload component, I think even this workaround probably won&amp;#39;t work - the main catch is, the uploaded file lives in a sequestered secret location within the Appian filesystem where it&amp;#39;s not accessible to anyone or to any function, *until* a submit button is pressed, in which event the file is transferred to its target folder and becomes accessible.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: file upload without submit widget?</title><link>https://community.appian.com/thread/73028?ContentTypeID=1</link><pubDate>Wed, 01 Apr 2020 21:16:48 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:58f74968-eb42-4f79-b4e3-f838abd645a6</guid><dc:creator>jordib</dc:creator><description>&lt;p&gt;Thanks Mike for your quick response.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;So it looks like there is no direct way to avoid the submit...&lt;/p&gt;
&lt;p&gt;Maybe it&amp;#39;s kind of overshooting, but what about calling via an integration to a PM published with a WebAPI which will upload the document to the right folder?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;That should avoid having to refresh the page...&lt;/p&gt;
&lt;p&gt;any simpler way?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: file upload without submit widget?</title><link>https://community.appian.com/thread/72997?ContentTypeID=1</link><pubDate>Tue, 31 Mar 2020 14:56:37 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:d371dd9c-907d-4fb7-911e-f5d803c9b116</guid><dc:creator>Mike Schmitt</dc:creator><description>&lt;p&gt;I believe you can handle this use case with just a few extra development steps, and almost completely invisibly to the end user.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Basically you can require that the user click a confirmation button/link every time they wish to commit any newly uploaded file(s); this button or link can submit the form, handle the upload, and seamlessly loop back to the same form.&amp;nbsp; You can pass in and out details of what they&amp;#39;re currently seeing on the form, such that you should be able to recreate *most* possible form states (except UI-driven things like collapsed sections, unfortunately).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: file upload without submit widget?</title><link>https://community.appian.com/thread/72985?ContentTypeID=1</link><pubDate>Tue, 31 Mar 2020 09:41:43 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:b8bd9518-c38b-4e1f-bf67-26c72159684b</guid><dc:creator>jordib</dc:creator><description>&lt;p&gt;It&amp;#39;s a pity that we have the capability of removing a document with a!deleteDocument and there is nothing equivalent to upload a document without submitting the form.&lt;/p&gt;
&lt;p&gt;I have an scenario where the user is having a nice big form. We are presenting the related documents with a&amp;nbsp;documentBrowserFieldColumns and a&amp;nbsp;pickerFieldDocuments, so the user can select documents, preview them and remove them when needed.&lt;/p&gt;
&lt;p&gt;There are two very uncomfortable and providing a poor Ux:&lt;/p&gt;
&lt;p&gt;- &lt;span&gt;documentBrowserFieldColumns&amp;nbsp;&lt;/span&gt;provides an extra space at its right for folder browsing, while we do not want it to deal with folders, so we have to use a more custom component, which means extra work. A parameter for disabling folder browsing will be nice.&lt;/p&gt;
&lt;p&gt;- I can&amp;#39;t upload while in the same page new documents&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;We can change&amp;nbsp;&lt;span&gt;documentBrowserFieldColumns for another representation and have a better Ux, but not being able to upload content in the target folder is quite annoying.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;What are you guys doing in those cases?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: file upload without submit widget?</title><link>https://community.appian.com/thread/71754?ContentTypeID=1</link><pubDate>Fri, 31 Jan 2020 12:25:02 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:5716b4a5-fd14-465c-a448-1a5243bd30d1</guid><dc:creator>Mike Schmitt</dc:creator><description>[quote userid="28481" url="~/discussions/f/general/18247/file-upload-without-submit-widget"]a!buttonWidgetsubmit()[/quote]
&lt;p&gt;To clarify slightly,&amp;nbsp;&lt;em&gt;a!buttonWidgetSubmit(),&lt;/em&gt;&amp;nbsp;specifically, is deprecated and shouldn&amp;#39;t be used anymore -- instead you should use&amp;nbsp;&lt;em&gt;a!buttonWidget()&lt;/em&gt; with the&amp;nbsp;&lt;strong&gt;submit&lt;/strong&gt; parameter set to TRUE.&amp;nbsp; But both of these would (for now) be basically the only way to get an uploaded document moved into the &amp;quot;real&amp;quot; upload target within the Appian filesystem, as Stewart&amp;nbsp;has already explained&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: file upload without submit widget?</title><link>https://community.appian.com/thread/71753?ContentTypeID=1</link><pubDate>Fri, 31 Jan 2020 12:10:54 GMT</pubDate><guid isPermaLink="false">d3a83456-d57b-489c-a84c-4e8267bb592a:f6b8cb81-be8e-4b4c-ab8c-a74448b1d716</guid><dc:creator>Stewart Burchell</dc:creator><description>&lt;p&gt;If you mean on a SAIL interface in a process, then no. The document gets uploaded to a &amp;#39;temporary&amp;#39; location and only committed to the target folder when you submit off the form. You can upload documents via WebAPIs if needed. What&amp;#39;s the use case that requires you not to have a &amp;#39;Submit&amp;#39; button on your interface?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>