•
•
•
•
What is DaniWeb IT Discussion Community?
You're currently browsing the ASP.NET section within the Web Development category of DaniWeb, a massive community of 456,575 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,596 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our ASP.NET advertiser: Lunarpages ASP Web Hosting
Views: 2361 | Replies: 5
![]() |
•
•
Join Date: Oct 2007
Posts: 1
Reputation:
Rep Power: 0
Solved Threads: 0
HI All,
can any one help me out in selecting multiple files for uploading them to the server.
The requirement is as follows.
1) SELECTING MULTIPLE FILES (around 50 images) at a time using Shift/Control keys from keyboard
2) upload them to server .
Note:
1) The solution should work for MAC, FireFox and IE (5+) Browsers. Hence the solution is expected not in the form of signed ActiveX / signed Applets.
2) There should be no multiple Browse option and <input type="File" />
Thanks in advance
VG
can any one help me out in selecting multiple files for uploading them to the server.
The requirement is as follows.
1) SELECTING MULTIPLE FILES (around 50 images) at a time using Shift/Control keys from keyboard
2) upload them to server .
Note:
1) The solution should work for MAC, FireFox and IE (5+) Browsers. Hence the solution is expected not in the form of signed ActiveX / signed Applets.
2) There should be no multiple Browse option and <input type="File" />
Thanks in advance
VG
•
•
Join Date: Jul 2008
Posts: 2
Reputation:
Rep Power: 0
Solved Threads: 0
I have the same issue. I want to upload multiple files using the shift/control keys on the keyboard.
At the moment, I am using the FreeASPUpload code, with multiple browse buttons.
Is there a possibility to add the multiple select functionality using Java, and then still uploading the files with ASP?
Many Thanks,
Dieter
At the moment, I am using the FreeASPUpload code, with multiple browse buttons.
Is there a possibility to add the multiple select functionality using Java, and then still uploading the files with ASP?
Many Thanks,
Dieter
•
•
Join Date: Sep 2007
Posts: 1,058
Reputation:
Rep Power: 4
Solved Threads: 61
Well, the thing is that you must have an activex or java application to get the files. Uploading them after that point is always open to anything you wish. What it does is puts the selected files into order and uploads one at a time, or some will upload all of them at once. If you know java, then build an application that submits the upload directory url to an asp page, which uploads the file. You would do this for as many times as you need. Your best bet in this instance would be to use Ajax and the Java. This way you can upload all the files at once, and don't have pending requests to the server. But what you are talking about doing is a lot of coding, so make sure it's worth it on your end. Otherwise, look on c-sharp corner (a website) and look for flash file upload. It's a program that a member of that site built that (I believe), accepts multiple uploads at once. However, I do believe you have to select one at a time.
In my opinion, it's not worth it as most people won't care. They would "love" that functionality, but they won't hold it against you that you do not have it.
In my opinion, it's not worth it as most people won't care. They would "love" that functionality, but they won't hold it against you that you do not have it.
I answer pm's.
I answer questions.
I answer quickly.
I answer.
I answer questions.
I answer quickly.
I answer.
•
•
Join Date: Jul 2008
Posts: 2
Reputation:
Rep Power: 0
Solved Threads: 0
As for now, It all works with multiple browse buttons. Files are successfully uploaded and processed for loading their data into the database.
So the only thing I need would be the select functionality.
I think about several possiblities.
- Have some coding for the multiple select using ctrl/shift, and that the filenames are written as defaults to the selection boxes that I already have. Then I can upload them with the asp-code I already have.
- If the multiple selection is still impossible or might require too much work. Then I think my client would settle with a solution where you can select an entire folder (so only one selection is made) and that a script loops through all the files in it and fills in the filenames again in the selectionboxes.
Does anyone know some code for either selecting a folder, and read the contents. or either select multiple filenames using shift/ctrl, an write those names in a form-input element.
best regards
Dieter
So the only thing I need would be the select functionality.
I think about several possiblities.
- Have some coding for the multiple select using ctrl/shift, and that the filenames are written as defaults to the selection boxes that I already have. Then I can upload them with the asp-code I already have.
- If the multiple selection is still impossible or might require too much work. Then I think my client would settle with a solution where you can select an entire folder (so only one selection is made) and that a script loops through all the files in it and fills in the filenames again in the selectionboxes.
Does anyone know some code for either selecting a folder, and read the contents. or either select multiple filenames using shift/ctrl, an write those names in a form-input element.
best regards
Dieter
Last edited by dietervi : Jul 15th, 2008 at 11:14 am. Reason: spelling
•
•
Join Date: Aug 2008
Posts: 1
Reputation:
Rep Power: 0
Solved Threads: 0
Hi Friends,
I also searched for same problem of uploading multiple file with one browse button, I didn't find any coding solution but I find two paid user controls one is flash based and one is Java Applet based.
http://www.powupload.com/Examples/Po...S/Default.aspx
http://www.element-it.com/DemoMultiPOW.aspx
if you find any alternet solution then please let community know.
Thanks
I also searched for same problem of uploading multiple file with one browse button, I didn't find any coding solution but I find two paid user controls one is flash based and one is Java Applet based.
http://www.powupload.com/Examples/Po...S/Default.aspx
http://www.element-it.com/DemoMultiPOW.aspx
if you find any alternet solution then please let community know.
Thanks
![]() |
•
•
•
•
•
•
•
•
DaniWeb ASP.NET Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
•
•
•
•
.net .net framework 3.0 access adsl adsl1 adsl2 adsl2+ ajax asp cable code combo connection custom data developer development dom download dropdownlist feed internet kb kbps mbit microsoft module msdn net network office per reader reuse second skin software sql testing theme throughput upload vista weather web windows workflow xml xoap 240000
- File Upload Help (PHP)
- File upload problem (PHP)
- Need file upload code for word Doc (HTML and CSS)
Other Threads in the ASP.NET Forum
- Previous Thread: asp.net problem
- Next Thread: Problem in writing from a datagrid to Excel..



Linear Mode