Emil Ivanov ha scritto:
Hi dgt,

I think the problem is the following:

ajaxForm uses Ajax to send the data (XMLHttpRequest), but XMLHttp does
NOT support file uploading, so the way to send a file (image or
whatever) is to use an iframe. You can manipulate the iframe with
javascript by copying the <input type="file"/> elements or some other
way.
In the latest days I've used this plugin:

http://www.phpletter.com/Demo/AjaxFileUpload-Demo/

Didn't understand very well how it works, but works fine...

The only problem I got is that is difficult to debug, cause the calls aren't logged by firebug...

Bye

Reply via email to