Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Galina 44 posts 258 karma points
    Nov 18, 2014 @ 07:46
    Galina
    0

    CustomFileSystem: rootPath & rootUrl: the best practice?

    Hello! I want to upload pictures to another server and show them from it. I want to use something like this

       public class CustomFileSystem: PhysicalFileSystem
        {
            public CustomFileSystem(string imageUploadPath, string imageUploadUrl):base(imageUploadPath, imageUploadUrl)
            {           
            }
        }

    Is it right way to do it?

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies