<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://www.aras.com/community/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 access file inside C# server method without uploading it to a vault.</title><link>https://www.aras.com/community/f/development/36032/how-to-access-file-inside-c-server-method-without-uploading-it-to-a-vault</link><description>I am struggling since few days. Is it possible to send file path to C# server method from external html-javascript client without uploading a file to Vault? I want to perform some calculations based on file and if everything is okey then only I want file</description><dc:language>ja-JP</dc:language><generator>Telligent Community 12</generator><item><title>RE: How to access file inside C# server method without uploading it to a vault.</title><link>https://www.aras.com/community/thread/5785?ContentTypeID=1</link><pubDate>Mon, 12 Oct 2020 07:43:49 GMT</pubDate><guid isPermaLink="false">916d3f7e-8ddc-42f8-8d45-380822f51406:5c64785b-a277-49e0-97c7-99b5c20737cc</guid><dc:creator>AngelaIp</dc:creator><description>&lt;p&gt;Pre-validating a file is possible when you separate the client file upload from the actual upload to the Innovator file vault. When the file comes from a client, you should not need a C# Method.&lt;/p&gt;
&lt;p&gt;Maybe the code samples in this discussion already help to solve your task:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://community.aras.com/f/development/6621/how-to-add-restrictions-to-aras-vault-selectfile-file-picker"&gt;community.aras.com/.../how-to-add-restrictions-to-aras-vault-selectfile-file-picker&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You can do various checks before the actual upload, e.g. check file size, read file content, etc.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>