Hi,
guys, upload control is not working(IE 8/9,FF4) with window and tab load on demand option.
i am attaching a sample project please take a look and guide.
Regards,
Mudassir
1 Answer, 1 is accepted
0
Accepted
T. Tsonev
Telerik team
answered on 13 Apr 2011, 03:51 PM
Hi Muhammad,
Thank you for submitting a sample project. If you open the error console you'll see that the Upload can't find the UploadProfileImage_OnUpload event handler. The reason is that the handler is defined after the upload. Switching their places solves the problem:
The other problem I spotted is that the Upload is named attachments, but you expect an 'attachment' parameter in the controller. Making them equal should solve that problem as well:
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items