473,387 Members | 1,512 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

asp upload component - multiple files

Hi there,

I am looking for a component allowing me uploading multiple files by my
asp page. I have found several components achieving this by require a
<input type="file" name="FileX"> field for each file to upload. I want
to allow my visitor to select the files to upload in the "Open" window.
In the "Open" window it should be possible to select multiple files.

Does such an asp component exist?

I have tested some like SAFileUp or Pure VB, but all seems to require
an <input> field for each file to upload.

Thanks for any suggestion.

Mar 14 '06 #1
7 2737

cr***@gmx.de wrote:
Hi there,

I am looking for a component allowing me uploading multiple files by my
asp page. I have found several components achieving this by require a
<input type="file" name="FileX"> field for each file to upload. I want
to allow my visitor to select the files to upload in the "Open" window.
In the "Open" window it should be possible to select multiple files.

Does such an asp component exist?

I have tested some like SAFileUp or Pure VB, but all seems to require
an <input> field for each file to upload.

Thanks for any suggestion.


5 seconds of googling "asp multiple file upload" found numerous hits,
including

http://www.15seconds.com/issue/990723.htm

Mar 14 '06 #2
Hello,

Thanks for your reply. Unfortunately this does not help. I have already
done some research on this topic. As I am wrote, uploading multiple
files is not the issue. The issue is to select these multiple files
without having a <input> field for each file to upload.

I want to click on an button that opens a "Open window". In this window
it should be possible to select multiple files which should be
uploaded. Does anyone know a component which can achieve this goal?

Mar 14 '06 #3
cr***@gmx.de wrote:
Hi there,

I am looking for a component allowing me uploading multiple files by my
asp page. I have found several components achieving this by require a
<input type="file" name="FileX"> field for each file to upload. I want
to allow my visitor to select the files to upload in the "Open" window.
In the "Open" window it should be possible to select multiple files.

Does such an asp component exist?


ASP has nothing to do with it. you're asking about allowing the client
to select multiple files at once. ASP runs on the server, not the
client.

There's no way to do this in HTML. The <input type="file"..." > HTML
element allows a user to select ONE file. You can have as many of
those elements on the page as you want, but each one will result in
one file being uploaded.

If you write an ActiveX control, of course, you can do anything you
want.

--
Tim Slattery
MS MVP(DTS)
Sl********@bls.gov
Mar 14 '06 #4
Even Microsoft's OWA with Exchange (which is just an ASP Site) only lets you
select one file at a time.

--
Phillip Windell [MCP, MVP, CCNA]
www.wandtv.com
<cr***@gmx.de> wrote in message
news:11**********************@i40g2000cwc.googlegr oups.com...
Hello,

Thanks for your reply. Unfortunately this does not help. I have already
done some research on this topic. As I am wrote, uploading multiple
files is not the issue. The issue is to select these multiple files
without having a <input> field for each file to upload.

I want to click on an button that opens a "Open window". In this window
it should be possible to select multiple files which should be
uploaded. Does anyone know a component which can achieve this goal?

Mar 14 '06 #5
You can't without having something client side (java applet, activex control
or dotnet control) that the users will have to allow (for safety reasons).

--
Patrice

<cr***@gmx.de> a écrit dans le message de
news:11**********************@i40g2000cwc.googlegr oups.com...
Hello,

Thanks for your reply. Unfortunately this does not help. I have already
done some research on this topic. As I am wrote, uploading multiple
files is not the issue. The issue is to select these multiple files
without having a <input> field for each file to upload.

I want to click on an button that opens a "Open window". In this window
it should be possible to select multiple files which should be
uploaded. Does anyone know a component which can achieve this goal?

Mar 14 '06 #6
Gazing into my crystal ball I observed cr***@gmx.de writing in
news:11**********************@i40g2000cwc.googlegr oups.com:
Hello,

Thanks for your reply. Unfortunately this does not help. I have already
done some research on this topic. As I am wrote, uploading multiple
files is not the issue. The issue is to select these multiple files
without having a <input> field for each file to upload.

I want to click on an button that opens a "Open window". In this window
it should be possible to select multiple files which should be
uploaded. Does anyone know a component which can achieve this goal?


This might be useful: <http://www.cs.tut.fi/
~jkorpela/forms/file.html#multi>

Basically, because of poor browser support, you can't. It's a client
side issue.

--
Adrienne Boswell
http://www.cavalcade-of-coding.info
Please respond to the group so others can share
Mar 15 '06 #7
Thanks all for your help.

Is there any ActiveX control out to buy which will achieve this? Any
recommendations?

Mar 15 '06 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
by: x. zhang | last post by:
Hi Guys, We know that we can use <input type=file ...> to upload one file per time to the server. My question is if there are some way to upload multiple files per time to the server. (Of...
32
by: Ray at | last post by:
I despise installing third party software on my workstations or servers. It is for this reason that I use componentless-upload for file uploads. This is no longer an option, and I have to...
23
by: Utada P.W. SIU | last post by:
Hi All, Do you know where have free/buy a upload file component? I need allow user to select the folder instead of select file one by one thanks~~
2
by: SharepointKida | last post by:
Hi I am building an web based .NET Application which allows users to specify a directory location from it's machine, and when it press publish it uploads all the files and subfolders folders from...
3
by: savvy | last post by:
Is it possible to Upload all the files in a particular folder at one go. I've seen many articles and info on Google and here and there about how to Upload multiple files one by one upto 2GB, I...
5
by: darrel | last post by:
I'm looking for some options for implementing a file uploading tool. The 'catch' is that it's been requested that we accomodate files from 2 to 100mb in size, and, ideally, the ability to upload up...
2
by: G | last post by:
Hello Friend, I am handling a module using ASP3.0 which has to upload an movie clipsof size 1 mb or 2 mb. i have a code which upload only files or images. So I need your help for this. If you...
43
by: bonneylake | last post by:
Hey Everyone, Well this is my first time asking a question on here so please forgive me if i post my question in the wrong section. What i am trying to do is upload multiple files like gmail...
4
by: MoroccoIT | last post by:
Greetings - I saw somewhat similar code (pls see link below) that does mupltiple files upload. It works fine, but I wanted to populate the database with the same files that are uploaded to...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.