Multiple file select and upload help

  • Thread starter Thread starter CP_Webguy
  • Start date Start date
C

CP_Webguy

App type: Web, asp.net 2.0 C#

I have to create a feature on this app to allow users to browse>select
multiple files>upload selected files to the server.

Does anyone have any ideas?

Appreciate your help!
 
Well, a simple approach would be a file input box (which the brower
should supply the "Browse..." etc suitable for the environment); to
add more files, perhaps some dhtml to add another box. All inside of a
mime multi-part form. Job done. For something more "all in one", you
could perhaps take a peek at how sharepoint (MS doc mgt system),
snapfish (online photo printing with functionality like this) etc
provide their multi-select forms. This might be via a custom control
(ActiveX, java, etc), however.

Marc
 

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