Hey Mike, thanks, it works.

Don't you think we can have this feature built-in ?
Something like $('form').ajaxForm('cancel')
I don't know exactly where I can post this request

Best,
André


On Oct 2, 10:20 am, Mike Alsup <[EMAIL PROTECTED]> wrote:
> Hmm, haven't tried it but I suppose you could do this:
>
> $('iframe[id^=jqFormIO']).attr('src','about:blank');
>
> Mike
>
> On Oct 2, 8:56 am, André Cassal <[EMAIL PROTECTED]> wrote:
>
> > Hey Folks,
>
> > Can I cancel a connection during an upload?
>
> > I'm using this form pluginhttp://www.malsup.com/jquery/form/anda
> > dialog showing the process, but the dialog needs to have a cancel
> > button to trigger a client-side cancel.
>
> > As this plugin uses an iframe to target a form, I need just change the
> > iframe src to 'about:blank'. But it seems not to have an "open way" to
> > control the iframe.
>
> > any thoughts?

Reply via email to