View Single Post
Old 03-26-2009, 12:42 AM   PM User | #2
bdl
Regular Coder

 
Join Date: Apr 2007
Location: Camarillo, CA US
Posts: 590
Thanks: 4
Thanked 83 Times in 82 Posts
bdl is an unknown quantity at this point
Due to JavaScript's security model, it's not possible to do a "true" Ajax file upload. You either have to use an iframe element on the page or one of the alternative methods using Flash, e.g. the YUI uploader component.

LMGTFY "ajax iframe upload"
bdl is offline   Reply With Quote