Dear all,
My Requirement is -
I have to upload multiple files for each row in GridView.
I have taken reference from -
http://www.aspsnippets.com/Articles/Implement-Uploadify-jQuery-Plugin-in-ASPNet.aspx
My aspx page is -
-----
Issue-
Line - $("[id*=fileupload1]").fileUpload({
$("[id*=fileupload1]").fileUpload({ - Output - 3 Browser Buttons
$("#<%=fileupload1.ClientID %>").fileUpload({ - Error - The element does not exist in the current context
$("[id*=fileupload1]").fileUpload({ - Output - 3 Browser Buttons
$("#<%=fileupload1.ClientID %>").fileUpload({ - Error - The element does not exist in the current context
--------
Please correct me where I am going wrong.
Riddhi ValechaPosted Nov 22, 2016, 12:41 PM
Riddhi ValechaPosted Nov 21, 2016, 1:30 PM
Abhishek KumarPosted Nov 21, 2016, 1:21 AM
Riddhi ValechaPosted Nov 19, 2016, 6:56 AM
Manas MohapatraPosted Nov 17, 2016, 12:59 PM
2. In your aspx file,instead of using Codefile use CodeBehind attribute