<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div lang="EN-US"><div class="m_3168093140647755211m_-9007487568952454163gmail-m_-2513656903066698573WordSection1"><br>
<p class="m_3168093140647755211m_-9007487568952454163gmail-m_-2513656903066698573MsoListParagraph"><u></u><span>1-<span style="font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:normal;font-stretch:normal;font-size:7pt;line-height:normal;font-family:&quot;Times New Roman&quot;">     
</span></span><u></u>Where ZendTo stores the uploaded files (repository path …..)?</p></div></div></blockquote><div>By default, /var/zendto/dropoffs.  If I recall, you can change this in preferences.php.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div lang="EN-US"><div class="m_3168093140647755211m_-9007487568952454163gmail-m_-2513656903066698573WordSection1"><p class="m_3168093140647755211m_-9007487568952454163gmail-m_-2513656903066698573MsoListParagraph"><u></u><u></u></p>
<p class="m_3168093140647755211m_-9007487568952454163gmail-m_-2513656903066698573MsoListParagraph"><u></u><span>2-<span style="font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:normal;font-stretch:normal;font-size:7pt;line-height:normal;font-family:&quot;Times New Roman&quot;">     
</span></span><u></u>Can we use store files on the server?</p></div></div></blockquote><div><br></div>Library of Files<br><br>usingLibrary</div><div class="gmail_quote">If you frequently send one or more of a small set of files to recipients, you don&#39;t want to have to upload each file to ZendTo every time. So this &quot;Library of Files&quot; feature allows you to have a directory of frequently-used files. When you come to choose what files to send to a recipient, you can choose to either upload a file or pick from a file already in the library. You can have a per-user library as well as a default one, and the library feature will only be presented to the user if there are files in their library. Also, the description used for each file is remembered, so when you next send a particular library file to a recipient, you won&#39;t even have to enter the description. To enable the library feature, set this to true.</div><div class="gmail_quote"><br></div><div class="gmail_quote">libraryDirectory</div><div class="gmail_quote">This points to the directory used by the &quot;Library of Files&quot; feature. All files in this directory must be at least readable by the web server user. The default set of files presented to a user should be placed in this directory. Sub-directories of this are named after the username they correspond to, and contain the set of files available to that user. The per-user directory contents over-rides the default directory, it does not add to it. A good way for users to manage their library would be to create a WebDAV share that points to it, which is widely documented elsewhere.<div><br></div><div>Also, by default, /var/zendto/library.</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div lang="EN-US"><div class="m_3168093140647755211m_-9007487568952454163gmail-m_-2513656903066698573WordSection1"><p class="m_3168093140647755211m_-9007487568952454163gmail-m_-2513656903066698573MsoListParagraph"> <u></u><u></u></p>
<p class="m_3168093140647755211m_-9007487568952454163gmail-m_-2513656903066698573MsoListParagraph"><u></u><span>3-<span style="font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:normal;font-stretch:normal;font-size:7pt;line-height:normal;font-family:&quot;Times New Roman&quot;">     
</span></span><u></u>How can we disable “Delete Dropoff” option so other person can’t delete the uploaded files.<u></u><u></u></p>
<p class="m_3168093140647755211m_-9007487568952454163gmail-m_-2513656903066698573MsoListParagraph"><img width="601" height="111" id="m_3168093140647755211m_-9007487568952454163gmail-m_-2513656903066698573Picture_x0020_1" src="cid:image001.png@01D32B3E.AA510700"></p></div></div></blockquote><div> <a href="http://mailman.ecs.soton.ac.uk/pipermail/zendto/2017-June/002973.html" target="_blank">http://mailman.ecs.soton.ac.u<wbr>k/pipermail/zendto/2017-June/0<wbr>02973.html</a></div><div><br></div></div></div>&gt; I think you can just comment the line below within the file<br>&gt; &quot;show_dropoff.tpl&quot;:<br>&gt; {if $isDeleteable}&lt;div style=&quot;float:right&quot;&gt;&lt;button<br>&gt; class=&quot;UD_textbutton_admin&quot; onclick=&quot;doDelete();&quot;&gt;Remover<br>&gt; Upload&lt;/button&gt;&lt;/div&gt;{else}&amp;nb<wbr>sp;{/if}<br>&gt; Note that you&#39;ll also not be able to delete a upload, even as Admin (unless<br>&gt; you uncomment the line again).</div>