Click here to Skip to main content
15,867,686 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi friends!
can you pls help me out? In an Ajax Uploader,when I click the "open" button in the openfiledialog, I want the selected files to be displayed in a listbox...How can I do that?Pls help.. :)
Posted
Comments
Sandeep Mewara 1-Jun-10 3:03am    
Your question Title and the description does not have a connection. Are you sure it's the complete question? You might need to update question and details properly.
GPUToaster™ 18-Jun-10 7:10am    
Please elaborate more so people can understand and help you solve your problem.

1 solution

Try read the text from the file input control and add it to a listbox using javascript. Could be blocked though because latest security patches don't let you fiddle around with it. Another possible solution is to dynamically add a new file input control after the user filled it. This way simply expanding without having to show an initial 50 file input controls.

Good luck!
 
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