vote up 0 vote down star

Hi,

I am writing an application that requires a user to upload files to the server machine. All user interaction with the user is done via JQuery UI modal popups. I created a test page to see that the AsyncFileUpload control works, and everything works fine on it. I added the AsyncFileUpload to the webform that I need it on, in a modal popup, but for some reason the server side event is never fired. The only difference on this page from the test page is that I send a variable through on the querystring which I, on initial load of the page, store in the viewstate (so it isn't required on future postbacks). Any ideas?

Thanks

flag

Something I forgot to mention is that another difference is that the test form is a straight webform, while the actual page is a web content form (it has a masterpage) – tardomatic Oct 20 at 6:34

1 Answer

vote up 0 vote down check

Did you find any solution regarding your problem?

I got the same issue with ajax toolkit modalpopup and asyncfileupload, it doesn't trigger the event and I get "unknown server error", and I cannot trace it in any way...

link|flag
unfortunately not... we've decided to go in another direction (namely, using the non-ajaxified upload controls) – tardomatic Nov 17 at 14:42

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.