Hi,
I have a few questions:
1). What is the javascript function which is being passed the "ServerData" from the OnFileUploaded method in your mvc sample ?
3). Can the uploader post the file directly to the mvc action instead of using the HttpHandler ? At least in asp.net mvc 3 it's not posting to the action which is set on the <form>, but it's using the uploader.UploadUrl instead
Thanks!