Remote File upload in grails
- by BlackPanther
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.