#Anchorcms image upload fix
Anchorcms: 0.9.1 + 0.9.2
#####With that patch you can upload images to "pages" and "posts" via drag&drop.
##Installation
####Care if you have modified files:
new: anchor/libraries/uploader.php
replace: anchor/views/assets/js/dragdrop.js
replace: anchor/routes/posts.php
####Setup
- Download the files.
- Unzip the files and upload it to your Anchorcms installation.
- Clear your browser cache.
- Now you can upload an image with drag&drop it into the post editor.
- Have fun with blogging =)
###Problems If you upload an image and the link is like

edit the anchor/routes/posts.php on line 263
from:
$uri = Config::app('url', '/') . '/content/' . basename($filepath);
to:
$uri = Config::app('url', '/') . 'content/' . basename($filepath);
Thanks to tovic