Re: How is the uploaderTemp directory created

  •  10-11-2009, 11:35 PM

    Re: How is the uploaderTemp directory created

    Hi,
     
    If the specified temp directory does not exists, the uploader will create it in Render method.  using System.IO.Directory.CreateDirectory();
     
    So there's nothing special. You can try to use your code to create another folder and check the difference.
     
    Regards,
    Terry
     
View Complete Thread