Tuesday, December 28, 2010

AJAX Control Toolkit AsyncFileUpload control

I was using AJAX Control Toolkit AsyncFileUpload control just now and hit an error "The file attached is invalid".

Fortunately, the error was easy to solve, just needed to add the following attribute
on the Async Upload Control

clientIdMode="AutoID"

Got the tip from the link below ^_^
ASP Net Forums

No comments: