Dear Cutesoft,
I'm running Cutesoft Editor 6.2, and store my images in a SQL-database.
To achieve this, I have created an implementation of the CuteEditor.Impl.FileStorage.
Everything works okay, except the image editor.
Our CMS uses a HttpHandler to pull the images out of the database and then streams them to the browser. The images have a url-prefix "/cmsfiles/etc". This 'cmsfiles' folder doesn't exists on the filesystem, so I receive a DirectoryNotFoundException when i try to load an image in the image editor.
When clicking "Image Editor" I see the following request
Because in the second request, the "F"-parameter is empty, thus an exception is thrown at imageeditor.aspx in line 25
DrawShow dw = new DrawShow(drawid, filepath, action, parameters, gid);
What's is the correct solution to achieve image editing with files from a database, let's say 'virtual images'?
Please help me out with this one.
Thanks in advance,
Markuz