javascript thread: Re: Access to multiple client side files...
I don't think it would be possible or easily implemented. Those who
have
Yahoo web-based emails should know that when they want to attach files
through browser, they have to select files one by one.
Maybe you could accomplish this in another way. For example: suppose
you
have full control over the server, then you could use Ftp instead of
Http.
When a user wants to upload files, you create a temporary directory in
the
server and redirect the user to that temporary directory by opening a
new
window and let him do whatever he likes. When he's done, he has to
press a
button in the old window. Then the server processes the files and
destroys
the temp directory.
> -----Message d'origine-----
> De : Jennie Castles [mailto:back1969@h...]
> Envoy=C3=A9 : jeudi 5 d=C3=A9cembre 2002 01:03
> =C3=80 : javascript
> Objet : [javascript] Re: Access to multiple client side files...
>
>
> The perfect question, was there an answer?
>
> I=E2=80=99m creating use cases and screens for user acceptance and
> development.
> Although the multiple file selection will eventually be
> written in java, I
> need to simulate tagging multiple files or selecting
> one-by-one and adding
> to the list for the use cases and screens. No action is needed, just
> pretend.
>
> Anyone
>