Thread
:
Ajax jquery and image upload ;/
View Single Post
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
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
View Public Profile
Find More Posts by bdl