Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post May 14, 2012 04:04 AM by chetan.sarode
Member
258 Points
84 Posts
May 02, 2012 07:43 AM|LINK
hi
i have the asyncfileupload control inside the edittemplate of a datalist and when i edit the row and upload a file the event OnUploadComplete does not fire.
i also tryied to add the event handler on datalist_itemdatabound but still no luck.
any ideias ?
Participant
959 Points
193 Posts
May 02, 2012 08:01 AM|LINK
Try overriding the rowcommand event of the grid and see if it gets fired when OnUploadComplete occurs.
May 02, 2012 08:03 AM|LINK
Try to add the following attributes to the <form> tag of your page: enctype="multipart/form-data" method="post"
Courtesy: http://forums.asp.net/t/1479689.aspx/3/10
May 02, 2012 03:52 PM|LINK
gopakumar.r Try overriding the rowcommand event of the grid and see if it gets fired when OnUploadComplete occurs.
asyncfileupload does not offer CommandName attribute. Also tryied manually but datalist_itemcommand does not fire .
May 02, 2012 03:53 PM|LINK
gopakumar.r Try to add the following attributes to the <form> tag of your page: enctype="multipart/form-data" method="post" Courtesy: http://forums.asp.net/t/1479689.aspx/3/10
after adding the attributes , all files uploaded with the ajax control trow a invalid file error.
May 13, 2012 05:48 PM|LINK
hi all
just to let know.....after lots od tries i finally found a solution.
ajaxuploader control from Essential Objects DOES fire the event uploadcompleted.
http://www.essentialobjects.com/
All-Star
66609 Points
11270 Posts
May 14, 2012 04:04 AM|LINK
Pleqase refer this
http://forums.asp.net/p/1603720/4091630.aspx
http://forums.asp.net/t/1479689.aspx/1
http://forums.asp.net/p/1597844/4056650.aspx
ruipedromach...
Member
258 Points
84 Posts
asyncfileupload inside EditTemplate of datalist
May 02, 2012 07:43 AM|LINK
hi
i have the asyncfileupload control inside the edittemplate of a datalist and when i edit the row and upload a file the event OnUploadComplete does not fire.
i also tryied to add the event handler on datalist_itemdatabound but still no luck.
any ideias ?
gopakumar.r
Participant
959 Points
193 Posts
Re: asyncfileupload inside EditTemplate of datalist
May 02, 2012 08:01 AM|LINK
Try overriding the rowcommand event of the grid and see if it gets fired when OnUploadComplete occurs.
Gopakumar
| Please click “Mark as Answer” on the post(s) if it helps |
gopakumar.r
Participant
959 Points
193 Posts
Re: asyncfileupload inside EditTemplate of datalist
May 02, 2012 08:03 AM|LINK
Try to add the following attributes to the <form> tag of your page:
enctype="multipart/form-data" method="post"
Courtesy: http://forums.asp.net/t/1479689.aspx/3/10
Gopakumar
| Please click “Mark as Answer” on the post(s) if it helps |
ruipedromach...
Member
258 Points
84 Posts
Re: asyncfileupload inside EditTemplate of datalist
May 02, 2012 03:52 PM|LINK
asyncfileupload does not offer CommandName attribute. Also tryied manually but datalist_itemcommand does not fire .
ruipedromach...
Member
258 Points
84 Posts
Re: asyncfileupload inside EditTemplate of datalist
May 02, 2012 03:53 PM|LINK
after adding the attributes , all files uploaded with the ajax control trow a invalid file error.
ruipedromach...
Member
258 Points
84 Posts
Re: asyncfileupload inside EditTemplate of datalist
May 13, 2012 05:48 PM|LINK
hi all
just to let know.....after lots od tries i finally found a solution.
ajaxuploader control from Essential Objects DOES
fire the event uploadcompleted.
http://www.essentialobjects.com/
chetan.sarod...
All-Star
66609 Points
11270 Posts
Re: asyncfileupload inside EditTemplate of datalist
May 14, 2012 04:04 AM|LINK
Pleqase refer this
http://forums.asp.net/p/1603720/4091630.aspx
http://forums.asp.net/t/1479689.aspx/1
http://forums.asp.net/p/1597844/4056650.aspx
Senior Software Engineer,
Approva Systems Pvt Ltd, Pune, India.