Sign in to edit and +1 items.
Login required
Download

SWFUpload

(0)
Author(s) Jakob Munih
Current Release 0.2   (11 months ago)
Grails Version 1.3.7 > *
Tags
Dependency
compile ":swf-upload:0.2"
integrate SWFUpload resources
Last updated by munih 11 months ago
grails install-plugin swf-upload
Last updated by munih 11 months ago
You must add this in your HEAD for dependencies:

<swfUpload:resources/>

This add even an JS variable called SWFUploadSwfFile with the path to the swf file containing the flash upload part. So you will create swfUpload instances like

new SWFUpload({
....
flash_url: SWFUploadSwfFile,
…
});

See http://demo.swfupload.org/v220/ for usage details.

Last updated by munih 11 months ago
Last updated by munih 11 months ago