How can jQuery be used to upload files asynchronously ?

How can jQuery be used to upload files asynchronously ?

Hi,
Can you please tell me how can i call a  web method asynchronously to upload a file in database ?
In my web page i have to implement multiple attachments and all attachments should to uploaded asynchronously to database on click of a Button. Note that clicking button should not post the form to server, rather that should only upload the files ..
How can i achieve this ?

Thanks