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:

http://mootools.standupweb.net/dragndrop.php


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -