[jQuery] Re: BlockUI help needed - limit function to only one button

2009-02-27 Thread DylanTusler
I had a go at this, but the overlay doesn't show at all for the button click now. Previously I also managed to get the overlay to show, but then the code-behind didn't run, so it looked as thought he browser had frozen up. Ahh! On Feb 27, 12:34 pm, Mike Alsup wrote: > > I've managed to get

[jQuery] Re: AJAX File Upload Options

2009-02-27 Thread DylanTusler
mailto:jquery...@googlegroups.com] On > > Behalf Of DylanTusler > Sent: Thursday, February 26, 2009 7:52 PM > To: jQuery (English) > Subject: [jQuery] Re: AJAX File Upload Options > > I am having similar issues. > > I have a site that employs a file upload control (www.ka72

[jQuery] Re: AJAX File Upload Options

2009-02-26 Thread DylanTusler
I am having similar issues. I have a site that employs a file upload control (www.ka72.com) and I tried to add Ajax to it. In the end, it became obvious that this wasn't going to work out, so I found a good example of using jquery to put an overlay on the page. That has all been fine, and it wor

[jQuery] Re: AJAX File Upload Options

2009-02-26 Thread DylanTusler
(The actual jquery plugin I used is BlockUI documented and exampled at http://malsup.com/jquery/block/#) Dylan On Feb 27, 10:06 am, "Rick Faircloth" wrote: > I've been researching my options for uploading a file via AJAX and found > info that says > > it can't be done in pure AJAX and an iframe

[jQuery] BlockUI help needed - limit function to only one button

2009-02-26 Thread DylanTusler
I've managed to get BlockUI working in conjunction with a page on my site that uploads files. However, the way I've done it works off the window.onbeforeunload event, so it is displayed on every single click or navigation on the page. How can I force it to display only with the upload button clic