public
Fork of haitham/radiant-upload-manager
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/espace/radiant-upload-manager.git
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

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