AsyncFileUpload Or AjaxFileUpload Inside Listview EditItemtemplate won't work
Hello
i have a listview
inside listview (EditItem Template) i have an ajaxfileupload , when i select a file in ajaxfileupload , it won't upload in client side ! i mean i don't have any problem in code behind and saving the files ! my problem is in client side , because first of all ajaxfileupload uploads file in client side after that UploadedComplete Event fires ! if upload progress in client side wasn't successful it isn't going to fires UploadedComplete event and because of this problem i cant save files . . .
could anyone help me ?
|