</div>
</div>
<div class="grid--cell mb0 mt8">Closed <span title="2012-09-10 10:38:33Z" class="relativetime">7 years ago</span>.</div>
</div>
</aside>
Possible Duplicate:
How can I upload files asynchronously with jQuery?
I need to upload file with ajax.
Is there any method to send files using ajax but only not by flash.
</div>
It isn't possible to send files with AJAX.
It is possible for any modern browser apart from IE.
Bascially you need to get Javascript to load the file (see here). You can then use that data to post it through AJAX.