Hello,
I have the ImageEditor all working now but only thing I need now is to use the custom "ImageEditor.ascx" I made. The way I got it working in a test project is like this.
This is a way that will not work for me.., As I save all the files as a byte array in the database. So I hope its possible in a sort of way like this.
Thanks in advance,
Jeroen Speldekamp
I have the ImageEditor all working now but only thing I need now is to use the custom "ImageEditor.ascx" I made. The way I got it working in a test project is like this.
| imageEditor.Parameters["ExternalDialogsPath"] = "~/CustomDialogs/"; |
This is a way that will not work for me.., As I save all the files as a byte array in the database. So I hope its possible in a sort of way like this.
| imageEditor.Parameters["ExternalDialogPath"] = "app_files/CustomDialogs/ImageEditor.ascx"; |
Thanks in advance,
Jeroen Speldekamp