Page 1 of 1

multiple binary file upload for Web applications

Posted: Tue Feb 15, 2005 6:27 am
by pelegk2
is it possible to do upload morethen 1 file at the same time?
like in this article :
http://www.15seconds.com/issue/010522.htm
thnaks i nadvance
peleg

Posted: Tue Feb 15, 2005 7:47 am
by feyd
ever try it? :roll:

yess

Posted: Tue Feb 15, 2005 8:03 am
by pelegk2
it works great with ASP

Posted: Tue Feb 15, 2005 8:06 am
by feyd
...in php.

Posted: Tue Feb 15, 2005 8:07 am
by n00b Saibot
pelegk2 wrote:it works great with ASP
and the problem is that you are stuck with PHP :lol:

it works with ASP

Posted: Tue Feb 15, 2005 8:26 am
by pelegk2
how can i do it with php?

Posted: Tue Feb 15, 2005 8:40 am
by feyd
do you understand how to work with 1 uploaded file? if yes, then you know how to work with multiple uploaded files.

yes i know i can do

Posted: Thu Feb 17, 2005 1:20 pm
by pelegk2
multiple lines of :

Code: Select all

<input name="userfile" type="file">
but not the point!
if i have 100 files with total size of 100K i will have to go over each file and choose it
i wantto do it in one step!

Posted: Thu Feb 17, 2005 3:08 pm
by feyd
I don't know of any, nor have I ever heard of any way to upload multiple files through a single file upload tag. The only way I know of it being possible is through ActiveX or Java, both of which is fairly restrictive in support.

Your original post didn't sound like you wanted multiselection.

sorry if i didnt described correctly from the begining:)

Posted: Thu Feb 17, 2005 4:22 pm
by pelegk2
i just thought maybe PHP has something to front with the asp uploader example i gave in the link