Remote File upload in grails

Posted by BlackPanther on Stack Overflow See other posts from Stack Overflow or by BlackPanther
Published on 2009-03-05T08:22:45Z Indexed on 2010/04/30 12:57 UTC
Read the original article Hit count: 418

I am creating a webapplication using grails which uses lot of ajax.I want to implement file upload using ajax.I dont know how to use ajax for file upload.My sample GSP code is :

<!-- code for file upload form-->
<div id="updateArea">

</div>

I tried with and .After uploading I want to update the 'updateArea' with the result.In result I am planning to show details of the uploaded file.

© Stack Overflow or respective owner

Related posts about grails

Related posts about frameworks