On Fri, 15 Aug 2003 13:15:33 -0500, Chris Riesbeck <> wrote:
> In article <>,
> Archaeopteryx <> wrote:
>
>>
> You're stuck on that part but can't your servlet deduce the directory
> if the user selects a file in it?
Yes Chris. It seemed to odd to me at first glance but I understand that
this is probably the only way.
> Use Javascript to get the full path first and stuff
> it in a hidden form field, e.g., add
>
><input type="hidden" name="savedpath">
> ...
><input type="submit" value="Send File"
> onclick="this.form.savedpath.value=this.form.image folder.value">
This is actually worth a try.
Thanks.
Bye
--
A.
|