Jochen: Next question: How to get the ImageUploading to work with my flat_files_db?

I tried to embrass a url to an external web page in braces like [http://somedomain.org/image.jpg] - this shows the image in the page and creates a file in the ewiki containing some meta data. So far so nice.

But I want to store the image itself in the ewiki. Using the ImageUpload edit field in the page edit results in a new browser window showing url "http://localhost/ewiki-R1.02a/?binary=internal%3A%2F%2F". In the SandBox here it works. What did I miss to config?

MarioSalzer: No idea. This should work even with flat_files. The current uploading code depends upon a bit of JavaScript (going to change that). If you only get a small file with meta data in your database directory, then this typically means the image wasn't found. I just have to look into this now already...

Jochen: First I thought Bingo! coz JavaScript is disabled in my browser for different reasons. Then I tried with activated JavaScript in my Opera - doesn't work. Tried with IE - doesn't work. Both on my windoze machine - seems to be the key. On my webserver (this time with activated JavaScript) I get some other errors - probably due to my configuration changing there last night - need to check this tomorrow.

Independent of that: please keep your word to remove that JavaScript:o)

MarioSalzer: It's not only that JavaScript, I'm also concerned that target="_blank" isn't XHTML-compliant and will somewhen stop to work in Mozilla and Gecko based clients.

bottom corner