|
|
Browse by Tags
All Tags » .Net » Image Gallery Path
-
Problem: I need to upload and store images on a separate server other than the server running the cute editor.
Environment:
Windows 2003 running IIS6.
IE 7 (7.0.5730.13)
Cute Editor for .Net
CuteEditor.dll (6.0.0.0)
CuteEditor.ImageEditor.dll (6.0.0.0)
Solution so ...
-
The editor is not inserting the entire URL into the path information for images. Here is the code I am using to instantiate the Editor
Dim AC_ACCOUNTID As String = Request.QueryString(''AC_ACCOUNTID'')
Dim EmailID As String = Request.QueryString(''EmailID'')
Dim EnterpriseEmailID As String = ...
|
|
|