I've solved, the plugin creates a form in a iframe, where it clones
the input file getting it by the id passed in the constructor.
After line 159 I've addedd:
$('input').clone().appendTo($(form));
this is the piece of code to modify:
154 {
155 // var io = $('#' + frameId);
156
On Oct 11, 5:56 pm, Maggi Trymbill <[EMAIL PROTECTED]> wrote:
> Hello Giovanni,
>
> To be able to send a file via AJAX with jQuery you need a plugin
> because jQuery doesn't know how to post a file via AJAX. There is one
> that works quite well, you can see the demo for it
> here:http://www.p
Hello Giovanni,
To be able to send a file via AJAX with jQuery you need a plugin
because jQuery doesn't know how to post a file via AJAX. There is one
that works quite well, you can see the demo for it here:
http://www.phpletter.com/Demo/AjaxFileUpload-Demo/ - I think it's
not compatible with
3 matches
Mail list logo