Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
115
absolute versus relative file upload path
posted

How is the control determining if the value of WebHtmlEditor.UploadedFilesDirectory is a relative path or an absolute path?

The reasone I ask is that I am setting this value to a UNC path (ie. \\ImageServer\public\test\myApp\) and but the control is interpreting this as a relative path, prepending the application directory in the image tag.

In our enviroment I cannot allow users to upload files to the same server where the application files reside, so a relative path isn't going to work.