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
100644 15 lines (9 sloc) 0.576 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
 
===========================================================================