Click here to Skip to main content
15,907,395 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Friends,
I am having a fileupload control which can attach multiple files.I am giving a plus button aside of the fileupload control so that user can click on button and a filedialog should open,means click of te button should call the fileupload click event to open the filedialog.

Thanks in advance.
Posted
Comments
Prasad_Kulkarni 9-Jul-12 6:27am    
..and your question is??
RashdSiddique 9-Jul-12 6:33am    
my question is how to accomplish the task so that button becomes a delegate for fileupload
Sandeep Mewara 9-Jul-12 7:03am    
What have you tried so far?

1 solution

Steps:
1. On 'plus' click, raise a Javascript event
2. In JS event, create a new file upload control and add that to the container/panel/div where you want it to appear
3. Once a new control is visible, user can go and browse the item

Try!
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900