I've read two related posts in this forum but have no solution yet, so here goes.
First, I created a standalone page and verified that the upload was working, then I folded that code into my content page, which contains an AjaxManager in a Master page - then the fun started :)
In my
Master, this is the Ajax Manager:
In my
content page, I added some client side script:
And in my content page code-behind, disabled Ajax:
I then tried to save a file but nothing doing. No files are uploaded :(
Any ideas if there is something else I need to do? I can see the code gets generated on the client side.
Richard
[Edit: May 6th] I also reasoned that perhaps it was the update panel in my master page, within which my content is located, i.e.:
So I added a trigger:
But I'm just guessing now. Anyway, that didn't fix it either /sigh