<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Efficy Overflow Q&amp;A - Recent questions tagged upload</title>
<link>https://overflow.efficy.io/?qa=tag/upload</link>
<description>Powered by Question2Answer</description>
<item>
<title>Disallow/block EXE files</title>
<link>https://overflow.efficy.io/?qa=6215/disallow-block-exe-files</link>
<description>&lt;p&gt;For security reasons we would like to disallow uploading executable files in Efficy CRM. (exe, jar, etc...)&lt;br&gt;
Is there an option already foreseen for this ? &lt;br&gt;
If no what would be the most elegant way of doing so ? &lt;/p&gt;
</description>
<category>Efficy Installation/Settings</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=6215/disallow-block-exe-files</guid>
<pubDate>Thu, 08 Jul 2021 10:11:00 +0000</pubDate>
</item>
<item>
<title>Upload documents (files) from a guest page</title>
<link>https://overflow.efficy.io/?qa=4394/upload-documents-files-from-a-guest-page</link>
<description>&lt;p&gt;Hello all,&lt;/p&gt;

&lt;p&gt;Is there a way to create a guest form with upload document functionality?&lt;br&gt;
But without using the .Net assembly (FileUpload.aspx).&lt;/p&gt;

&lt;p&gt;Thanks,&lt;/p&gt;

&lt;p&gt;Henry&lt;/p&gt;
</description>
<category>Guest</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=4394/upload-documents-files-from-a-guest-page</guid>
<pubDate>Fri, 31 May 2019 11:33:20 +0000</pubDate>
</item>
<item>
<title>import Contact Picture using Efficy's webservice</title>
<link>https://overflow.efficy.io/?qa=1825/import-contact-picture-using-efficys-webservice</link>
<description>&lt;p&gt;Hi Everyone, &lt;/p&gt;

&lt;p&gt;I'm working on an .Net application in which I have to import contacts from an ID card reader (BeId) to Efficy and I'm stuck at importing contact's picture.&lt;/p&gt;

&lt;p&gt;Is there a specific way of importing contact picture? &lt;br&gt;
Is there a specific format to use? &lt;/p&gt;

&lt;p&gt;Thanks in advance for your answers! &lt;/p&gt;

&lt;p&gt;KR, &lt;/p&gt;

&lt;p&gt;Prince&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1825/import-contact-picture-using-efficys-webservice</guid>
<pubDate>Wed, 17 Aug 2016 10:51:00 +0000</pubDate>
</item>
<item>
<title>upload mail to efficy from script</title>
<link>https://overflow.efficy.io/?qa=1158/upload-mail-to-efficy-from-script</link>
<description>&lt;p&gt;Hello,&lt;/p&gt;

&lt;p&gt;I'm using datasync to parse directory and upload all email in it to Efficy. I've tried to use the usual way of insertAttachment to newly created Mail &lt;/p&gt;

&lt;pre&gt;&lt;code&gt;ImportFiles.prototype.ImportFile = function(EditMail, FilePath, FileName) {
        Database.InsertAttachment(EditMail, 1, FilePath);
        var AttachmentText = StrLoadBinaryFile(FilePath); 
        var FileDS = Database.GetDetailDataSet(EditMail, ntFile);  
        FileDS.Edit;
        FileDS.FieldByName('STREAM').AsString = AttachmentText;
        Database.UpdateDetail(EditMail, ntFile, 0, 0, 'FILESIZE', AttachmentText.length); 
        Database.UpdateDetail(EditMail, ntFile, 0, 0, 'PATH', FilePath); 
        Database.UpdateDetail(EditMail, ntFile, 0, 0, 'COMMENT', FileName);
        Database.CommitChanges(EditMail, false);
        Database.CloseContext(EditMail);
    }
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;but i'm getting error:&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;Error during CommitChanges on &quot;Mail&quot;: Could not convert variant of&lt;br&gt;
  type (Null) into type (Double)&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;Please advise.&lt;br&gt;
thank you.&lt;br&gt;
Best Regards.&lt;/p&gt;
</description>
<category>WorkFlow / Serverscript</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=1158/upload-mail-to-efficy-from-script</guid>
<pubDate>Fri, 08 Jan 2016 16:31:27 +0000</pubDate>
</item>
<item>
<title>e-mail upload problem - shows code?</title>
<link>https://overflow.efficy.io/?qa=232/e-mail-upload-problem-shows-code</link>
<description>&lt;p&gt;When I upload an e-mail in Efficy, it displays code instead of the normal text. How can I fix this?&lt;/p&gt;
</description>
<category>Other</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=232/e-mail-upload-problem-shows-code</guid>
<pubDate>Tue, 24 Feb 2015 10:53:29 +0000</pubDate>
</item>
</channel>
</rss>