> Hi there guys, > I want to build an ajax upload script using jQuery. > The problem is that i can't find a way to send the $_FILES > Can you help me?
You can not upload files using ajax. Check out the form plugin for this functionality. http://www.malsup.com/jquery/form/