Re: [jQuery] Stop an ajax call

2007-01-12 Thread Matt Grimm
7 10:24 AM To: jQuery Discussion. Subject: Re: [jQuery] Stop an ajax call Matt Grimm schrieb: > Klaus -- brilliant! The abort method on the XHR object absolutely works. > I've been searching for that functionality without success, so thanks > very much for the tip. Great! I wonder if

Re: [jQuery] Stop an ajax call

2007-01-12 Thread Klaus Hartl
Matt Grimm schrieb: > Klaus -- brilliant! The abort method on the XHR object absolutely works. > I've been searching for that functionality without success, so thanks > very much for the tip. Great! I wonder if the "complete" or maybe "error" callback is still triggered? -- Klaus ___

Re: [jQuery] Stop an ajax call

2007-01-12 Thread Matt Grimm
ry 12, 2007 7:08 AM To: jQuery Discussion. Subject: Re: [jQuery] Stop an ajax call Roberto Ortelli schrieb: > Dear all, > We've made an ajax upload form attaching multiple files. Now, we would > like that the user can stop the attaching process of file by clicking > on a link. &

Re: [jQuery] Stop an ajax call

2007-01-12 Thread Klaus Hartl
Roberto Ortelli schrieb: > Dear all, > We've made an ajax upload form attaching multiple files. Now, we would > like that the user can stop the attaching process of file by clicking > on a link. > > How can we kill an ajax call with jQuery? If you use $.ajax for your remote calls it returns the X

Re: [jQuery] Stop an ajax call

2007-01-12 Thread Francisco Brito
I did some research a few months back about uploading files using Ajax. What I've found is that with IE you need an ActiveX object with special permissions and in FX you need something else entirely. I didn't look into other browsers but I'm under the impression there's nothing for those at all. A

Re: [jQuery] Stop an ajax call

2007-01-11 Thread Roberto Ortelli
Ámon, we made this solution using DWR and not jQuery... 2007/1/11, Ámon Tamás <[EMAIL PROTECTED]>: > Roberto Ortelli wrote: > > Hello Felix, > > > > 2007/1/11, Felix Geisendörfer <[EMAIL PROTECTED]>: > > > >> Unless I've missed a new kind of hack, there is no way to upload a file > >> via > >> A

Re: [jQuery] Stop an ajax call

2007-01-11 Thread Ámon Tamás
Roberto Ortelli wrote: > Hello Felix, > > 2007/1/11, Felix Geisendörfer <[EMAIL PROTECTED]>: > >> Unless I've missed a new kind of hack, there is no way to upload a file via >> Ajax. So assuming you are working with a iframe you can try something like >> this: > > Eheh right, we're using an ifr

Re: [jQuery] Stop an ajax call

2007-01-11 Thread Roberto Ortelli
Hello Felix, 2007/1/11, Felix Geisendörfer <[EMAIL PROTECTED]>: > Unless I've missed a new kind of hack, there is no way to upload a file via > Ajax. So assuming you are working with a iframe you can try something like > this: Eheh right, we're using an iframe :P Thanks for your answer. _

Re: [jQuery] Stop an ajax call

2007-01-11 Thread Felix Geisendörfer
Dear all, We've made an ajax upload form attaching multiple files. Now, we would like that the user can stop the attaching process of file by clicking on a link. Unless I've missed a new kind of hack, there is no way to upload a file via Ajax. So assuming you are working with a iframe you can tr

[jQuery] Stop an ajax call

2007-01-11 Thread Roberto Ortelli
Dear all, We've made an ajax upload form attaching multiple files. Now, we would like that the user can stop the attaching process of file by clicking on a link. How can we kill an ajax call with jQuery? -- Roberto Ortelli http://weblogger.ch ___ jQu