|
Posted by Huub on 11/23/05 11:41
>>Is it possible for you to use the <input type="file">.
>
>
> Yep. The hard part is to write the handling of the submitted file (after
> checking its size, the user's credentials, and a few other things).
> The generics (with almost no info on ASP specifics, sorry) are described at
> http://www.cs.tut.fi/~jkorpela/forms/file.html
>
>
>>they can then
>>choose whatever doc they want from whatever directory.
>
>
> Yes. But there's unfortunately no way to restrict the choices (filter the
> view) to Word documents, except manually by the user in the dialog.
>
> Neither is there any way to set the initial directory in the form.
>
>
>>You then upload it to your server, and send it back out to the other
>>frame.
>
>
> Maybe. But frames are considered evil, and displaying a Word document "inside
> a browser" all too often messes things up.
>
Thank you for your help.
[Back to original message]
|