You would need to write a page that sends the file to a servlet on the
server. This servlet can then store it somewhere.
> -----Original Message-----
> From: Joseph L. Sebastian [mailto:jlsebastian@l...]
> Sent: Monday, March 05, 2001 09:28
> To: Pro_JavaServer_Pages
> Subject: [pro_jsp] JAVA gurus please give info on File Attachment
>
>
> Is it possible to drag and drop files from desktop into the browser
> and save it into the server? Suppose I have a browser that accepts
> file (eg Microsoft Word, Excel, etc.) attachment like in e-mail
> can it use a drag-drop method instead of declaring the path for
> the file? Is it possible to save a binary document(eg Microsoft
> Word, Excel, etc.) into a database? Please give web sites that gives info
> on this.
>
> Thank You!