[dbscript-devel] Flash Upload, htaccess
Status: Alpha
Brought to you by:
foghorn43
From: <dev...@in...> - 2008-10-10 23:17:20
|
<p>Hello,</p> <p>I am just playing around with omb, looks very promising, just some first observations:</p> <p>1. Flash upload:</p> <p>After the upload, I receive a redirect to MY-URL/null. This is, because one of the javascript vars defaults to the string "null" instead of being empty. Adding</p> <p>afterScript: ""</p> <p>to app/views/wp-themes/prologue-theme/header.php seems to solve the problem, but it is just a first step, upload still is not successful.</p> <p>2. htaccess</p> <p>I have noticed that I can define pretty urls in db/boot.php This seems to work but it would be nice if a sample .htaccess were provided.</p> <p>I will post more as I come across things,</p> <p>martin</p> |