Wrox Programmer Forums
Go Back   Wrox Programmer Forums > Web Programming > JavaScript > Javascript
|
Javascript General Javascript discussions.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Javascript section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old February 28th, 2005, 08:00 AM
Registered User
 
Join Date: Feb 2005
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Downloading files using JSP...Urgent!!

Hi frnds
       This is my first post. I need the code for downloading the files from the server. The scenario is as follows.....

        I have created a page called inbox and some of the messages have attachments with it.When i click on the attachment i should be prompted to either "open it from the same location" or "save it to disk" as we have in almost all the mailservices like yahoo, rediffmail,etc...

any help on this will be highly appreciated
thanks in advance

 
Old February 28th, 2005, 09:45 AM
joefawcett's Avatar
Wrox Author
 
Join Date: Jun 2003
Posts: 3,074
Thanks: 1
Thanked 38 Times in 37 Posts
Default

Surely you just create a link to the relevant file? The link can be a call to a dynamic page:
Code:
<a href="http://wwww.mySite.com/myApp/downloadAttachment.jsp?user=fred&file=myDoc.doc">Download attachment mydoc</a>
--

Joe (Microsoft MVP - XML)
 
Old March 1st, 2005, 05:42 AM
Friend of Wrox
 
Join Date: Oct 2003
Posts: 479
Thanks: 0
Thanked 3 Times in 3 Posts
Send a message via MSN to surendran Send a message via Yahoo to surendran
Default

hi Bhimashankarkulkarni
http://www.javazoom.net/jzservlets/d...ownload4j.html
try this link

surendran
(Anything is Possible)





Similar Threads
Thread Thread Starter Forum Replies Last Post
problem with downloading with php..pls help urgent raaj Beginning PHP 1 November 9th, 2007 02:48 AM
Downloading files via a browser gfrank1157 ASP.NET 2.0 Basics 3 June 14th, 2006 04:13 PM
Protect Files from downloading asif_sharif ASP.NET 1.0 and 1.1 Professional 6 January 11th, 2006 01:59 AM
Downloading a image file from Oracle on to JSP Pag ashwinmittal Pro JSP 1 November 25th, 2004 09:37 AM
downloading files serge Classic ASP Professional 4 September 8th, 2003 10:36 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.