Connecting Tech Pros Worldwide Forums | Help | Site Map

any way to upload multiple files per time?

x. zhang
Guest
 
Posts: n/a
#1: Jul 19 '05
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 course, we can use <input type=file ...>
multiple times and then submit once. But this is not what
I want, because we have to click "browse" button several
times to select multiple files before submit in this
way.) "Upload multiple files PER TIME", I mean it. We can
select multiple files in ONE time, submit in ONE time,
and thus upload in ONE time. Are there any way to do that?

By the way, the browser is IE 5 and later.

Thanks.

Ray at
Guest
 
Posts: n/a
#2: Jul 19 '05

re: any way to upload multiple files per time?


No, you cannot do this, at least not in any of today's browsers, AFAIK.
You'll have to use multiple file inputs.

Ray at work

"x. zhang" <xidong.zhang@giffels.com> wrote in message
news:0f1401c37de6$743bc4d0$a301280a@phx.gbl...[color=blue]
> 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 course, we can use <input type=file ...>
> multiple times and then submit once. But this is not what
> I want, because we have to click "browse" button several
> times to select multiple files before submit in this
> way.) "Upload multiple files PER TIME", I mean it. We can
> select multiple files in ONE time, submit in ONE time,
> and thus upload in ONE time. Are there any way to do that?
>
> By the way, the browser is IE 5 and later.
>
> Thanks.[/color]


x. zhang
Guest
 
Posts: n/a
#3: Jul 19 '05

re: any way to upload multiple files per time?


Thanks.

Can we write some ActiveX component to do that job? I
think there should be some way. But how?
[color=blue]
>-----Original Message-----
>No, you cannot do this, at least not in any of today's[/color]
browsers, AFAIK.[color=blue]
>You'll have to use multiple file inputs.
>
>Ray at work
>
>"x. zhang" <xidong.zhang@giffels.com> wrote in message
>news:0f1401c37de6$743bc4d0$a301280a@phx.gbl...[color=green]
>> Hi Guys,
>>
>> We know that we can use <input type=file ...> to upload
>> one file per time to the server. My question is if[/color][/color]
there[color=blue][color=green]
>> are some way to upload multiple files per time to the
>> server. (Of course, we can use <input type=file ...>
>> multiple times and then submit once. But this is not[/color][/color]
what[color=blue][color=green]
>> I want, because we have to click "browse" button[/color][/color]
several[color=blue][color=green]
>> times to select multiple files before submit in this
>> way.) "Upload multiple files PER TIME", I mean it. We[/color][/color]
can[color=blue][color=green]
>> select multiple files in ONE time, submit in ONE time,
>> and thus upload in ONE time. Are there any way to do[/color][/color]
that?[color=blue][color=green]
>>
>> By the way, the browser is IE 5 and later.
>>
>> Thanks.[/color]
>
>
>.
>[/color]
Tom B
Guest
 
Posts: n/a
#4: Jul 19 '05

re: any way to upload multiple files per time?


You can always write an ActiveX component. There are limitations though
1) Your users will have to trust your component.
2) Your users will have to have a browser that works with ActiveX


"x. zhang" <xidong.zhang@giffels.com> wrote in message
news:073301c37de9$23398510$a001280a@phx.gbl...[color=blue]
> Thanks.
>
> Can we write some ActiveX component to do that job? I
> think there should be some way. But how?
>[color=green]
> >-----Original Message-----
> >No, you cannot do this, at least not in any of today's[/color]
> browsers, AFAIK.[color=green]
> >You'll have to use multiple file inputs.
> >
> >Ray at work
> >
> >"x. zhang" <xidong.zhang@giffels.com> wrote in message
> >news:0f1401c37de6$743bc4d0$a301280a@phx.gbl...[color=darkred]
> >> Hi Guys,
> >>
> >> We know that we can use <input type=file ...> to upload
> >> one file per time to the server. My question is if[/color][/color]
> there[color=green][color=darkred]
> >> are some way to upload multiple files per time to the
> >> server. (Of course, we can use <input type=file ...>
> >> multiple times and then submit once. But this is not[/color][/color]
> what[color=green][color=darkred]
> >> I want, because we have to click "browse" button[/color][/color]
> several[color=green][color=darkred]
> >> times to select multiple files before submit in this
> >> way.) "Upload multiple files PER TIME", I mean it. We[/color][/color]
> can[color=green][color=darkred]
> >> select multiple files in ONE time, submit in ONE time,
> >> and thus upload in ONE time. Are there any way to do[/color][/color]
> that?[color=green][color=darkred]
> >>
> >> By the way, the browser is IE 5 and later.
> >>
> >> Thanks.[/color]
> >
> >
> >.
> >[/color][/color]


mark4asp
Guest
 
Posts: n/a
#5: Jul 19 '05

re: any way to upload multiple files per time?


aspSmartUpload which worked well for me and was free

<http://www.aspsmart.com/aspSmartUpload/>

and it looks like it's still around.


On Thu, 18 Sep 2003 06:31:16 -0700, "x. zhang"
<xidong.zhang@giffels.com> wrote:
[color=blue]
>Thanks.
>
>Can we write some ActiveX component to do that job? I
>think there should be some way. But how?
>[color=green]
>>-----Original Message-----
>>No, you cannot do this, at least not in any of today's[/color]
>browsers, AFAIK.[color=green]
>>You'll have to use multiple file inputs.
>>
>>Ray at work
>>
>>"x. zhang" <xidong.zhang@giffels.com> wrote in message
>>news:0f1401c37de6$743bc4d0$a301280a@phx.gbl...[color=darkred]
>>> Hi Guys,
>>>
>>> We know that we can use <input type=file ...> to upload
>>> one file per time to the server. My question is if[/color][/color]
>there[color=green][color=darkred]
>>> are some way to upload multiple files per time to the
>>> server. (Of course, we can use <input type=file ...>
>>> multiple times and then submit once. But this is not[/color][/color]
>what[color=green][color=darkred]
>>> I want, because we have to click "browse" button[/color][/color]
>several[color=green][color=darkred]
>>> times to select multiple files before submit in this
>>> way.) "Upload multiple files PER TIME", I mean it. We[/color][/color]
>can[color=green][color=darkred]
>>> select multiple files in ONE time, submit in ONE time,
>>> and thus upload in ONE time. Are there any way to do[/color][/color]
>that?[color=green][color=darkred]
>>>
>>> By the way, the browser is IE 5 and later.
>>>
>>> Thanks.[/color]
>>
>>
>>.
>>[/color][/color]

Tom B
Guest
 
Posts: n/a
#6: Jul 19 '05

re: any way to upload multiple files per time?


He wants a single input which will take multiple files.

"mark4asp" <mark4asp#killspam#@ntlworld.com> wrote in message
news:81ajmv8p3g1dj0jc03nn5m930ihbif6f98@4ax.com...[color=blue]
> aspSmartUpload which worked well for me and was free
>
> <http://www.aspsmart.com/aspSmartUpload/>
>
> and it looks like it's still around.
>
>
> On Thu, 18 Sep 2003 06:31:16 -0700, "x. zhang"
> <xidong.zhang@giffels.com> wrote:
>[color=green]
> >Thanks.
> >
> >Can we write some ActiveX component to do that job? I
> >think there should be some way. But how?
> >[color=darkred]
> >>-----Original Message-----
> >>No, you cannot do this, at least not in any of today's[/color]
> >browsers, AFAIK.[color=darkred]
> >>You'll have to use multiple file inputs.
> >>
> >>Ray at work
> >>
> >>"x. zhang" <xidong.zhang@giffels.com> wrote in message
> >>news:0f1401c37de6$743bc4d0$a301280a@phx.gbl...
> >>> Hi Guys,
> >>>
> >>> We know that we can use <input type=file ...> to upload
> >>> one file per time to the server. My question is if[/color]
> >there[color=darkred]
> >>> are some way to upload multiple files per time to the
> >>> server. (Of course, we can use <input type=file ...>
> >>> multiple times and then submit once. But this is not[/color]
> >what[color=darkred]
> >>> I want, because we have to click "browse" button[/color]
> >several[color=darkred]
> >>> times to select multiple files before submit in this
> >>> way.) "Upload multiple files PER TIME", I mean it. We[/color]
> >can[color=darkred]
> >>> select multiple files in ONE time, submit in ONE time,
> >>> and thus upload in ONE time. Are there any way to do[/color]
> >that?[color=darkred]
> >>>
> >>> By the way, the browser is IE 5 and later.
> >>>
> >>> Thanks.
> >>
> >>
> >>.
> >>[/color][/color]
>[/color]


James Monroe
Guest
 
Posts: n/a
#7: Jul 19 '05

re: any way to upload multiple files per time?


You certainly can but yes, you will need an applet that runs a non native
file picker allowing more than one file or a folder to be selected from the
browser....etc etc The user will have to agree to the applet accessing their
local hard drive and of course be running a suitable browser.
(This shouldnt be a big deal if they really want to use such a feature.. and
you explain to them what is going on)

I do belive you can even gets the applets signed through verisign should you
go that far.

As for builing your own applet.
Since this is file uploading and rather complex most likely you'll need to
buy one and they are rather expensive.
Building one on your own would probably be a nightmare and there would
certainly be bugs with various things. Browser versions/mac issues etc etc

This page I found mentions the multiple file upload issue and also links to
a couple commerical products that handle it.

http://www.cjwsoft.com/aspgallery/pr...leup_multi.asp






"Tom B" <shuckle@hotmail.com> wrote in message
news:%23I0IIqefDHA.1872@TK2MSFTNGP09.phx.gbl...[color=blue]
> He wants a single input which will take multiple files.
>
> "mark4asp" <mark4asp#killspam#@ntlworld.com> wrote in message
> news:81ajmv8p3g1dj0jc03nn5m930ihbif6f98@4ax.com...[color=green]
> > aspSmartUpload which worked well for me and was free
> >
> > <http://www.aspsmart.com/aspSmartUpload/>
> >
> > and it looks like it's still around.
> >
> >
> > On Thu, 18 Sep 2003 06:31:16 -0700, "x. zhang"
> > <xidong.zhang@giffels.com> wrote:
> >[color=darkred]
> > >Thanks.
> > >
> > >Can we write some ActiveX component to do that job? I
> > >think there should be some way. But how?
> > >
> > >>-----Original Message-----
> > >>No, you cannot do this, at least not in any of today's
> > >browsers, AFAIK.
> > >>You'll have to use multiple file inputs.
> > >>
> > >>Ray at work
> > >>
> > >>"x. zhang" <xidong.zhang@giffels.com> wrote in message
> > >>news:0f1401c37de6$743bc4d0$a301280a@phx.gbl...
> > >>> 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 course, we can use <input type=file ...>
> > >>> multiple times and then submit once. But this is not
> > >what
> > >>> I want, because we have to click "browse" button
> > >several
> > >>> times to select multiple files before submit in this
> > >>> way.) "Upload multiple files PER TIME", I mean it. We
> > >can
> > >>> select multiple files in ONE time, submit in ONE time,
> > >>> and thus upload in ONE time. Are there any way to do
> > >that?
> > >>>
> > >>> By the way, the browser is IE 5 and later.
> > >>>
> > >>> Thanks.
> > >>
> > >>
> > >>.
> > >>[/color]
> >[/color]
>
>[/color]


Closed Thread