Is it possible to implement paste picture in grails? Or drag&drop picture like in gmail for example.
Is it possible to implement paste picture in grails? Or drag&drop picture like in
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Of course, and this is not a Grails question as anything you do to solve this problem is client side related. The end result would just be a multipart form POST to the server anyways.
Example of how to implement on client side:
http://www.thecssninja.com/javascript/drag-and-drop-upload
http://html5demos.com/file-api
Grails end of things is identical to how you implement regular file uploading, don’t see any point in showing examples for that.