FileUpload control browse view

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I'm using an asp.net 2.0 fileUpload control which works fine.
What I'd like is that when a user clicks on the browse button the dialog
shows thumbnails view instead of the default list view.

Is there any way to acheive this? (vb.net if possible)

Thanks

James
 
No this is not possible with the file upload control.
A custom ActiveX control would do the trick.
 
Thanks steve

Any pointers on how I go about creating a custom Active X control?

Steve C. Orr [MCSD said:
No this is not possible with the file upload control.
A custom ActiveX control would do the trick.

--
I hope this helps,
Steve C. Orr,
MCSD, MVP, CSM, ASPInsider
http://SteveOrr.net


James Page said:
I'm using an asp.net 2.0 fileUpload control which works fine.
What I'd like is that when a user clicks on the browse button the dialog
shows thumbnails view instead of the default list view.

Is there any way to acheive this? (vb.net if possible)

Thanks

James
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top