- Timestamp:
- Feb 8, 2010, 8:23:33 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/dbnp/importer/ImporterController.groovy
r169 r173 26 26 def ImporterService 27 27 28 /** 29 * Default page 30 **/ 28 31 def index = { } 29 32 … … 31 34 * This method will move the uploaded file to a temporary path and send the header 32 35 * and the first n rows to the preview 36 * @param importfile uploaded file to import 33 37 */ 34 38 def upload = { … … 46 50 47 51 } 52 53 def accept = { 54 55 } 48 56 }
Note: See TracChangeset
for help on using the changeset viewer.