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?

Please Sign in or register to post replies

Write your reply to:

Draft