public
Description: An extension for Radiant CMS for uploading multiple files at once
Homepage: http://e-haitham.blogspot.com/2008/09/upload-manager-radiant-cms-extension.html
Clone URL: git://github.com/haitham/radiant-upload-manager.git
haitham (author)
Wed Oct 08 06:15:11 -0700 2008
commit  ce1094678125d8c57a09ee3b4b0cda5cd81b48f4
tree    d52c0e9f18827ecaf1bc522b17a8bfe18a9095c9
parent  01f14379f9d93088263678b2e2dd7dc0398f996c
name age message
file README Mon Sep 29 07:25:28 -0700 2008 readme [haitham]
directory app/ Wed Oct 08 06:15:11 -0700 2008 now you can view files [haitham]
directory lib/ Mon Sep 29 07:18:32 -0700 2008 first commit [haitham]
directory public/ Tue Oct 07 04:51:38 -0700 2008 added a dialog for browsing the server and crea... [haitham]
file upload_manager_extension.rb Tue Oct 07 04:51:38 -0700 2008 added a dialog for browsing the server and crea... [haitham]
README
RadiantUploadManager
====================

Radiant Upload Manager is an extension for Radiant CMS to enable the admin upload multiple files at once in a handy 
queue.

After installing the extension to you Radiant project:
======================================================
- run the update rake task

  >> rake radiant:extensions:upload_manager:update RAILS_ENV=production

- You'll find an extra "Upload Manager" tab in the admin interface. Files that admin upload go under 
/public/uploads/File

===========================================================================