grails-ajax-uploader
grails-ajax-uploader copied to clipboard
The Grails Ajax-Uploader plugin is a Grails Tag Library which implements Andrew Valum's excellent file uploader. Supporting drag and drop, progress/status updates, multiple file uploads and more for y...
Missing portion in the build process is around the code/tasks for publishing the plugin.
Hello, Anthony. Do you have plans to realize support for Grails 3.0.9 ? I can help you with that
Hi, I have installed this plugin and it looks quite good at first and all went well. I have the view setup as below: uploader:uploader id="uploadBtn" allowedExtensions="${"[\'csv\']"}" url="${[controller:'upload', action:'check']}" debug="true"...
If I add this to a Grails 2.0.1 Project, it works fine: If I however, try to specify the allowedExtensions parameter, the upload button disappears. This is the code I...
I think it could be great to have the possibility of generating filenames on the fly and then returning to the user this name in order to act properly. Currently,...
The plugin should allow the user to pass in the template: variable to override the default text for buttons. I have the code - if you want me to merge...
I wanted the ability to change the button text. I added an optional buttonText attribute to the uploader tag and changed the fileuploader.js to support this attribute. For example: I...
Again, Great plugin, However, would be perfect if it were possible, to dynamically pre-populate the list, for example, by iterating over a list of files using g:each... and adding these...
Hallo antony, today i found out that your uploader is not working with IE6. There occurs an js error which results in not showing the uploader button. I traces down...
Hi, Great plugin, but would be great if the cancel button optionally remained after the upload was complete. The existing functionality of the cancel button would remain the same for...