Htmleditorextender, ajaxFileUpload. Image file location outside application path

dark_hunter

New Member
I would like to use the Htmleditorextender with fileupload, but at the same time I would like the images uploaded and used in the editor to be saved to a different location on the server than that of the application. As an example in C:\Test\Images The upload works just fine with a path like above, but then the location is returned to the editor as follows e.PostedUrl = Page.ResolveUrl(filePath); and I have not found a way to get this to work unless the images is located somewhere in the app folder.Is this possible?Thanks.
 
Back
Top