Thanks for reply ,
The script add an iframe in my dom (normaly this technique work fine)
In my case the ajax submission down because it's automaticly replaced
with a http submission .
best regard .

On 4 avr, 14:19, Mike Alsup <mal...@gmail.com> wrote:
> > I have a probleme with uploding file using ajaxForm
> > The probleme is not in data submission or in receiving but the form
> > dont submit wih httprequest (without choosing a file the ajax form
> > work fine ) .
>
> That's correct. Files can not be uploaded using the XMLHttpRequest
> object.  The form plugin uses techniques to make it appear like this
> is happening, but under the hood it is using an regular old browser
> submit to post the files(s).
>
> Mike

Reply via email to