Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • When I use FileStream, I get a (409) Conflict error. On the other hand, the first method suggested in your second link works to upload the file, but then I can't specify a subfolder. Commented Dec 9, 2013 at 20:24
  • Target folder doesn't exist. You need to ensure that folder exist before you upload your file. I will update my answer. Commented Dec 9, 2013 at 21:10
  • Target folder does exist, I'm pretty sure, checked several times. FileStream has a 409 error on my local machine, but works on the production server. So I will accept this answer. Commented Dec 9, 2013 at 21:10
  • This works but the file remains checked-out. Commented May 25, 2018 at 21:51