multiple binary file upload for Web applications
Moderator: General Moderators
- pelegk2
- Forum Regular
- Posts: 633
- Joined: Thu Nov 27, 2003 5:02 am
- Location: Israel - the best place to live in after heaven
- Contact:
multiple binary file upload for Web applications
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
like in this article :
http://www.15seconds.com/issue/010522.htm
thnaks i nadvance
peleg
- n00b Saibot
- DevNet Resident
- Posts: 1452
- Joined: Fri Dec 24, 2004 2:59 am
- Location: Lucknow, UP, India
- Contact:
- pelegk2
- Forum Regular
- Posts: 633
- Joined: Thu Nov 27, 2003 5:02 am
- Location: Israel - the best place to live in after heaven
- Contact:
it works with ASP
how can i do it with php?
- pelegk2
- Forum Regular
- Posts: 633
- Joined: Thu Nov 27, 2003 5:02 am
- Location: Israel - the best place to live in after heaven
- Contact:
yes i know i can do
multiple lines of :
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!
Code: Select all
<input name="userfile" type="file">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!
- pelegk2
- Forum Regular
- Posts: 633
- Joined: Thu Nov 27, 2003 5:02 am
- Location: Israel - the best place to live in after heaven
- Contact:
sorry if i didnt described correctly from the begining:)
i just thought maybe PHP has something to front with the asp uploader example i gave in the link