This question is locked. New answers and comments are not allowed.
Hi,
I like your upload control.
In my scenario I should select a user from a drop-down and upload a file.
If the user was not selected, a validation message should be shown.
The drop-down and upload controls should be in a modal window.
And I don't want to reload the page after successful upload.
You can see my solution in attachment.
What do you think? Is this a good practice? Can I somehow improve it?
BTW, at first I was using the release 2011.2.914 and I noticed a bug in IE.
After upload fails first time IE begin to consider all other uploads successful, even when controller action returns a non empty string.
You can see that after the upload fails first time, I select an another file, didn't selected any user and IE considers that upload was successful.
Everything works as expected with latest release, but there is a bug in 2011.2.914.
I think this bug starts after I replace the content of modal window.
Somehow it affects Upload control and IE doesn't behaves as expected after that.
I just want to be sure that you know about that bug.
I assume it is fixed, right?
I like your upload control.
In my scenario I should select a user from a drop-down and upload a file.
If the user was not selected, a validation message should be shown.
The drop-down and upload controls should be in a modal window.
And I don't want to reload the page after successful upload.
You can see my solution in attachment.
What do you think? Is this a good practice? Can I somehow improve it?
BTW, at first I was using the release 2011.2.914 and I noticed a bug in IE.
After upload fails first time IE begin to consider all other uploads successful, even when controller action returns a non empty string.
You can see that after the upload fails first time, I select an another file, didn't selected any user and IE considers that upload was successful.
Everything works as expected with latest release, but there is a bug in 2011.2.914.
I think this bug starts after I replace the content of modal window.
Somehow it affects Upload control and IE doesn't behaves as expected after that.
I just want to be sure that you know about that bug.
I assume it is fixed, right?