|
Posted by Rik on 12/17/71 11:56
leen wrote:
> hi andy..thank u for the help..actually i just want to use only one
> browser (just one input file text box) which can upload the multiple
> file not at the same time(one by one)and shows the link of thr files
> that i hv been upload in the same page...which i can download them
> from there..the coding that u gave to me using many browser in array..
>
> do u hv solution for this problem??plz help me...
1. It's difficult enough for me and other non-native speakers to read
english, please use correct english if you want the help of this group.
2. The only browser I know of that supports multiple file uploads in one
input element is Opera, and they seem to have disabled it in the newest
versions to synchronize it with the rest of the browsers, which do not
support this.
3. What you are after is not possible using simple HTML, or javascript for
that matter. You could use a Java applet that is both supported and trusted
by your users, but this has absolutely nothing to do with PHP.
--
Grtz,
Rik Wasmus
[Back to original message]
|