-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File not added to table when selecting image in the file explorer #18
Comments
+1 |
kerfanch have you found workaround? Have the same problem... |
Hi ctacon, Here's my workaround : The sample controller (JQueryFileUploadController.groovy)
} The sample view (jqueryFileUpload/index.gsp)
|
Hi kerfanch, I used your example but not worked very well, would you please help-me. When I select 2 images from my folder, the plugin don't show this images in the page like example from this link: http://blueimp.github.io/jQuery-File-Upload/ and when start the upload, only 1 image was uploaded to the temp folder. I created a new grails app (2.3.5) to test. here's a part of my BuildConfig.groovy :
here's the the sample (jqueryFileUpload/index.gsp):
the controller is the same of example: jqueryFileUploadController.groovy
I'm sorry if I could not explain in the best way Tks |
I created a new fresh grails app (2.3.1) to test your plugin.
here's a part of my BuildConfig.groovy :
And here's my view page used for the test :
I click on the "Add Files", then I select a png file from the file explorer. The selected file is not appended to the table list. Nothing seems to be happened....
Your plugin is really good and I would like to integrate in my app.
Please help me.
The text was updated successfully, but these errors were encountered: