Posted on: 1/22/2014 11:43:12 AM | Views : 610

I have asp:fileupload , and use it as 
<asp:fileupload id="getidval[]" runat="server" /> 

and append it from jquery ...
but get error as 

Server Error in '/Roscon' Application. Parser Error Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error Message: 'getidval[]' is not a valid identifier.

Go to the complete details ...