Re: [jQuery] Beta Testers needed for Form Plugin file upload support

2007-03-31 Thread Mike Alsup
So when is it going alpha can't wait :) I've released it into the wild: http://dev.jquery.com/browser/trunk/plugins/form/jquery.form.js?format=txt ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] Beta Testers needed for Form Plugin file upload support

2007-03-31 Thread Ⓙⓐⓚⓔ
Mike, I compared the old code to the new... it sure looks 100% compatible. Assuming I am testing the image upload code with my pages, do you feel it's a equal or better to the prior versions? On 3/31/07, Mike Alsup [EMAIL PROTECTED] wrote: So when is it going alpha can't wait :) I've

Re: [jQuery] Beta Testers needed for Form Plugin file upload support

2007-03-31 Thread Mike Alsup
Well, I like to think that each version gets better! :-) It should absolutely be 100% compatible with previous releases, unless you were using the deprecated option properties (method, before, after). It decided it was time to drop those. The file upload capabilities did not require changes

Re: [jQuery] Beta Testers needed for Form Plugin file upload support

2007-03-29 Thread Kush Murod
PROTECTED] Behalf Of Harald Dietrich Sent: Freitag, 23. März 2007 18:08 To: jQuery Discussion Subject: Re: [jQuery] Beta Testers needed for Form Plugin file upload support Great! I used ajaxupload.js before and made the decision which plugin to use on my own, which forced me to use two

Re: [jQuery] Beta Testers needed for Form Plugin file upload support

2007-03-29 Thread Klaus Hartl
Mike Alsup schrieb: I've added file upload support to the form plugin and I could use some help testing it out. If this feature interests you then go ahead and grab the beta plugin at: http://malsup.com/jquery/form/file/jquery.form.js Mike, GREAT stuff!!! I always hoped you would bake

Re: [jQuery] Beta Testers needed for Form Plugin file upload support

2007-03-29 Thread Mike Alsup
Beta 4 is available now at: http://www.malsup.com/jquery/form/file/ Things seem to work well on ie6, ei7, ff2, and op9. I'm still trying to sort out issues with op8 and Safari. Mike On 3/29/07, Kush Murod [EMAIL PROTECTED] wrote: So when is it going alpha can't wait :)

Re: [jQuery] Beta Testers needed for Form Plugin file upload support

2007-03-29 Thread Brandon Aaron
On 3/29/07, Mike Alsup [EMAIL PROTECTED] wrote: Beta 4 is available now at: http://www.malsup.com/jquery/form/file/ Things seem to work well on ie6, ei7, ff2, and op9. I'm still trying to sort out issues with op8 and Safari. Really cool stuff Mike! ff2 and op9 on mac worked perfectly for

Re: [jQuery] Beta Testers needed for Form Plugin file upload support

2007-03-29 Thread Mike Alsup
Hi Brandon, Thanks for the feedback - much appreciated. I'm pretty sure the Safari xml problem has to do with Safari not handling an xml response to the iframe. Roger has confirmed this as well, although he pointed out that the latest builds seem to work. To be honest, I'm running out of

Re: [jQuery] Beta Testers needed for Form Plugin file upload support

2007-03-27 Thread Mike Alsup
Thanks again for the feedback, Roger. That's a bummer about Safari's handling of the xml datatype. Good to know that the latest webkit builds handle it well though. There's hope for the future! I've got some thoughts on a workaround but it requires cooperation from the server. I'll post more

Re: [jQuery] Beta Testers needed for Form Plugin file upload support

2007-03-26 Thread Harald Dietrich
:08 To: jQuery Discussion Subject: Re: [jQuery] Beta Testers needed for Form Plugin file upload support Great! I used ajaxupload.js before and made the decision which plugin to use on my own, which forced me to use two plugins for forms. Tested with Firefox 2.0.0.2 (Windows 2000

Re: [jQuery] Beta Testers needed for Form Plugin file upload support

2007-03-26 Thread Mike Alsup
Safari 2.0.4 has problems when a file is chosen to upload and the return choice is xml. It looks like the form is sent, but the 'Submitting overlay never goes away, so it appears as if the callback isn't happening. All other return types worked fine for me, and the xml worked fine when no

Re: [jQuery] Beta Testers needed for Form Plugin file upload support

2007-03-26 Thread Mike Alsup
Thanks, Harald. On 3/26/07, Harald Dietrich [EMAIL PROTECTED] wrote: Sorry for the delay, but my feedback for IE was missing. I did not have any problems until now. So I think for FF and IE everything seems to be fine. ___ jQuery mailing list

Re: [jQuery] Beta Testers needed for Form Plugin file upload support

2007-03-26 Thread Roger Roelofs
Mike, On Mar 26, 2007, at 10:13 AM, Mike Alsup wrote: Safari 2.0.4 has problems when a file is chosen to upload and the return choice is xml. It looks like the form is sent, but the 'Submitting overlay never goes away, so it appears as if the callback isn't happening. All other return

Re: [jQuery] Beta Testers needed for Form Plugin file upload support

2007-03-26 Thread Roger Roelofs
Mike, On Mar 26, 2007, at 10:13 AM, Mike Alsup wrote: Safari 2.0.4 has problems when a file is chosen to upload and the return choice is xml. It looks like the form is sent, but the 'Submitting' overlay never goes away, so it appears as if the callback isn't happening. All other return

Re: [jQuery] Beta Testers needed for Form Plugin file upload support

2007-03-25 Thread Mike Alsup
Beta 2 is now available and once again I'd appreciate any feedback, especially from Safari users. http://malsup.com/jquery/form/file/jquery.form.b2.js Test page: http://www.malsup.com/jquery/form/file/ This version introduces some changes inspired by dojo's implementation. To support json and

Re: [jQuery] Beta Testers needed for Form Plugin file upload support

2007-03-25 Thread Roger Roelofs
Mike, On Mar 25, 2007, at 9:02 PM, Mike Alsup wrote: Beta 2 is now available and once again I'd appreciate any feedback, especially from Safari users. http://malsup.com/jquery/form/file/jquery.form.b2.js Test page: http://www.malsup.com/jquery/form/file/ Safari 2.0.4 has problems when a

Re: [jQuery] Beta Testers needed for Form Plugin file upload support

2007-03-23 Thread Klaus Hartl
Mike Alsup schrieb: I've added file upload support to the form plugin and I could use some help testing it out. If this feature interests you then go ahead and grab the beta plugin at: http://malsup.com/jquery/form/file/jquery.form.js Mike, GREAT stuff!!! I always hoped you would bake

Re: [jQuery] Beta Testers needed for Form Plugin file upload support

2007-03-23 Thread Alexandre Plennevaux
: [jQuery] Beta Testers needed for Form Plugin file upload support Mike Alsup schrieb: I've added file upload support to the form plugin and I could use some help testing it out. If this feature interests you then go ahead and grab the beta plugin at: http://malsup.com/jquery/form/file

Re: [jQuery] Beta Testers needed for Form Plugin file upload support

2007-03-23 Thread Dan G. Switzer, II
Mike, Thanks for that feedback Aaron! XML responses are a little dicey using the iframe approach. Although both dojo and YUI use this same technique, dojo comes right out and says they don't support XML responses: XML responses are not supported because we can't get a nice cross-browser

Re: [jQuery] Beta Testers needed for Form Plugin file upload support

2007-03-23 Thread Harald Dietrich
Great! I used ajaxupload.js before and made the decision which plugin to use on my own, which forced me to use two plugins for forms. Tested with Firefox 2.0.0.2 (Windows 2000). Tonight I will do additional tests with IE7 (Windows XP). Harald -Original Message- From: [EMAIL

Re: [jQuery] Beta Testers needed for Form Plugin file upload support

2007-03-23 Thread Mike Alsup
Of Klaus Hartl Sent: vendredi 23 mars 2007 16:47 To: jQuery Discussion Subject: Re: [jQuery] Beta Testers needed for Form Plugin file upload support Mike Alsup schrieb: I've added file upload support to the form plugin and I could use some help testing it out. If this feature interests you

Re: [jQuery] Beta Testers needed for Form Plugin file upload support

2007-03-22 Thread Jörn Zaefferer
Mike Alsup schrieb: If you're interested in the code you can find it all tucked into the end of the ajaxSubmit method in a function called fileUpload. Can't currently help with testing, buts its great you took up the challenge and implement this into jQuery's form plugin. Thanks Mike! --

Re: [jQuery] Beta Testers needed for Form Plugin file upload support

2007-03-22 Thread John Resig
Very very cool. I was curious as to how you had implemented - but I like how you did. Excellent solution. Worked well for me in my small test. --John On 3/22/07, Mike Alsup [EMAIL PROTECTED] wrote: I've added file upload support to the form plugin and I could use some help testing it out. If

Re: [jQuery] Beta Testers needed for Form Plugin file upload support

2007-03-22 Thread Aaron Heimlich
Mike, I could definately use this for my current project! I have access to Safari 2.0.4 (build 419.3) at work, here's what I've found: Form 1: seems to work fine Output: TXT: var_dump: array(5) { [type]= string(4) html [MAX_FILE_SIZE]= string(6) 10 [name]= string(12) hamsterdance [check]=

Re: [jQuery] Beta Testers needed for Form Plugin file upload support

2007-03-22 Thread Mike Alsup
Thanks for that feedback Aaron! XML responses are a little dicey using the iframe approach. Although both dojo and YUI use this same technique, dojo comes right out and says they don't support XML responses: XML responses are not supported because we can't get a nice cross-browser solution I

Re: [jQuery] Beta Testers needed for Form Plugin file upload support

2007-03-22 Thread Mike Alsup
Thanks, John. The implementation was mostly borrowed from YUI, although dojo's impl is the same in priciple. But jQuery's global events make this nice because the behavior is consistent with an XHR call. I like the fact that blockUI, or any other activity indicator, works as expected. Mike On

Re: [jQuery] Beta Testers needed for Form Plugin file upload support

2007-03-22 Thread Aaron Heimlich
On 3/22/07, Mike Alsup [EMAIL PROTECTED] wrote: Thanks for that feedback Aaron! Your welcome! XML responses are a little dicey using the iframe approach. but the safest way around this is to return text or html responses when submitting the form and that's probably the 90% use case