Hello! I’ve been
using the RadAsyncUpload control and it’s
been working great. Provided is an image
of what my screen looks like. As you can
see, I’m using RadAsyncUpload’s ruBrowse button to both
upload the files clientside and then force a postback in order to upload
the images to the database serverside (one button does all).
However, circled are other controls I’m using on my
site. The problem is that when the
client clicks “Upload Pictures,” and the files get uploaded clientside (as you can see with
the green dots), it takes a little time to insert them into the database (serverside). Currently, without the implementation of a
wait cursor, the client is able to click any of the other controls on the page:
- (RadTabStrip) Click the Entry
Content tab which stops the uploading from happening.
-
(Asp Buttons) Click Save/Cancel,
which leaves the client in a bad state.
-
(RadAsyncUpload) Click the “Upload Pictures” button again to
upload more pictures.
I was wondering if there was any way to be able to
disable other controls while the uploading is still happening?