javascript - Is it possible to upload a file with AJAX and no iframe or Flash? -
every time have looked ajaxy file uploading, iframe has been used underneath, somewhere.
is possible upload file using ajax , no iframe or flash? how in more recent versions of firefox , chrome?
i'm debating co-workers, arguing cannot perform ajaxy upload pure javascript, since cannot read file contents user's harddrive in order pass in file contents via ajax call server side script.
you can use file api on firefox (3.6 , above) , think latest webkit supports (not sure) though.
i did mootools plugin works on ff:
Comments
Post a Comment