<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Uploading Open Drawing file in .NET Forum</title>
    <link>https://forums.autodesk.com/t5/net-forum/uploading-open-drawing-file/m-p/2795464#M63554</link>
    <description>&lt;P&gt;Try&amp;nbsp;a save as to a different folder and upload from there, then delete the copy.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you really need&amp;nbsp;the third party app?&amp;nbsp; It is pretty easy to do it yourself with FtpWebRequest from System.Net namespace.&lt;/P&gt;</description>
    <pubDate>Wed, 13 Oct 2010 14:56:17 GMT</pubDate>
    <dc:creator>fieldguy</dc:creator>
    <dc:date>2010-10-13T14:56:17Z</dc:date>
    <item>
      <title>Uploading Open Drawing file</title>
      <link>https://forums.autodesk.com/t5/net-forum/uploading-open-drawing-file/m-p/2793436#M63549</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;i am developing an application using c#, application&amp;nbsp;is&amp;nbsp;using a third party file transfer control which upload files to a remote&amp;nbsp;server.&lt;/P&gt;&lt;P&gt;Problem is when ever i try to upload a Drawing file, which is opened in autocad (using 2010).&lt;/P&gt;&lt;P&gt;i get Error Message&amp;nbsp; "File is used by another process". if i close drawing file and then upload, it works fine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is ther any way i can upload my file without closing it first.&lt;/P&gt;&lt;P&gt;in other word making autocad to release file resources before upload.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 11 Oct 2010 15:57:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/uploading-open-drawing-file/m-p/2793436#M63549</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-10-11T15:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: Uploading Open Drawing file</title>
      <link>https://forums.autodesk.com/t5/net-forum/uploading-open-drawing-file/m-p/2793482#M63550</link>
      <description>&lt;P&gt;How are you "uploading" your file, are you using a FileSystem copy type command, an Autocad API command?&lt;/P&gt;</description>
      <pubDate>Mon, 11 Oct 2010 16:47:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/uploading-open-drawing-file/m-p/2793482#M63550</guid>
      <dc:creator>michael_robertson</dc:creator>
      <dc:date>2010-10-11T16:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: Uploading Open Drawing file</title>
      <link>https://forums.autodesk.com/t5/net-forum/uploading-open-drawing-file/m-p/2793492#M63551</link>
      <description>&lt;P&gt;i am using third party file transfer control which takes the path of the file and upload it.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Oct 2010 17:04:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/uploading-open-drawing-file/m-p/2793492#M63551</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-10-11T17:04:25Z</dc:date>
    </item>
    <item>
      <title>Re: Uploading Open Drawing file</title>
      <link>https://forums.autodesk.com/t5/net-forum/uploading-open-drawing-file/m-p/2793498#M63552</link>
      <description>&lt;P&gt;Just to check, Is the drawing actually open when you try to upload it?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've noticed when I close a document in ACad that it sometimes takes a few seconds before the file is actually released before I can do things with it. I loop until windows says the file is not locked or fail after a set number of seconds.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Oct 2010 17:08:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/uploading-open-drawing-file/m-p/2793498#M63552</guid>
      <dc:creator>michael_robertson</dc:creator>
      <dc:date>2010-10-11T17:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: Uploading Open Drawing file</title>
      <link>https://forums.autodesk.com/t5/net-forum/uploading-open-drawing-file/m-p/2793976#M63553</link>
      <description>&lt;P&gt;Drawing is actually open in autocad and i want to upload it to the sever without closing it.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Oct 2010 08:05:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/uploading-open-drawing-file/m-p/2793976#M63553</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-10-12T08:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: Uploading Open Drawing file</title>
      <link>https://forums.autodesk.com/t5/net-forum/uploading-open-drawing-file/m-p/2795464#M63554</link>
      <description>&lt;P&gt;Try&amp;nbsp;a save as to a different folder and upload from there, then delete the copy.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do you really need&amp;nbsp;the third party app?&amp;nbsp; It is pretty easy to do it yourself with FtpWebRequest from System.Net namespace.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Oct 2010 14:56:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/uploading-open-drawing-file/m-p/2795464#M63554</guid>
      <dc:creator>fieldguy</dc:creator>
      <dc:date>2010-10-13T14:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: Uploading Open Drawing file</title>
      <link>https://forums.autodesk.com/t5/net-forum/uploading-open-drawing-file/m-p/2796234#M63555</link>
      <description>&lt;P&gt;Thanks Fieldguy&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;i&amp;nbsp;am doing that at the moment, wondering if ther is a better way to do that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;any way its working and not giving any trouble.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 14 Oct 2010 08:05:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/net-forum/uploading-open-drawing-file/m-p/2796234#M63555</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2010-10-14T08:05:12Z</dc:date>
    </item>
  </channel>
</rss>

