|  | download file |  | |
| | | Guest |  |
| Posted: Wed May 28, 2008 10:41 am Post subject: download file |  |
dear sir/madam
I have to write a code for download file using asp. please help me thanks in advance |
| |
| | | Erwin Moller |  |
| Posted: Wed May 28, 2008 10:41 am Post subject: Re: download file |  |
vinodkus@gmail.com schreef:
| Quote: | dear sir/madam
I have to write a code for download file using asp. please help me thanks in advance
|
Dear sir/madam,
Thank you for your request. We will send a team of programmers ASAP and help you out with whatever it is you need.
Regards, Erwin Moller |
| |
| | | sheldonlg |  |
| Posted: Wed May 28, 2008 10:41 am Post subject: Re: download file |  |
Erwin Moller wrote:
| Quote: | vinodkus@gmail.com schreef: dear sir/madam
I have to write a code for download file using asp. please help me thanks in advance
Dear sir/madam,
Thank you for your request. We will send a team of programmers ASAP and help you out with whatever it is you need.
Regards, Erwin Moller
|
Google: asp file download
You get: LINK |
| |
| | | Thomas 'PointedEars' Lahn |  |
| Posted: Wed May 28, 2008 7:25 pm Post subject: Re: download file |  |
vinodkus@gmail.com wrote:
| Quote: | dear sir/madam
I have to write a code for download file using asp. please help me thanks in advance
|
Dear vinodkus@gmail.com,
rest assured that we are conveying our sincere condolences, knowing that you will likely have to deal with Microsoft server software.
However, we are sorry to inform you that we deem this matter quite off-topic in this newsgroup as it is not a matter of the programming language but of the API used. We humbly suggest you try a newsgroup which name includes "asp" instead.
You might also be a bit more successful in your quest for a helpful answer if you employed a specialist to repair the Shift key of your keyboard, which appears to work unreliably, before you post to Usenet again.
Thank you very much in advance for observing all safety precautions.
Sincerely,
The Management |
| |
| | | Evertjan. |  |
| Posted: Wed May 28, 2008 7:40 pm Post subject: Re: download file |  |
| |  | |
Thomas 'PointedEars' Lahn wrote on 28 mei 2008 in comp.lang.javascript:
| Quote: | vinodkus@gmail.com wrote: dear sir/madam
I have to write a code for download file using asp. please help me thanks in advance
Dear vinodkus@gmail.com,
rest assured that we are conveying our sincere condolences, knowing that you will likely have to deal with Microsoft server software.
However, we are sorry to inform you that we deem this matter quite off-topic in this newsgroup as it is not a matter of the programming language but of the API used. We humbly suggest you try a newsgroup which name includes "asp" instead.
You might also be a bit more successful in your quest for a helpful answer if you employed a specialist to repair the Shift key of your keyboard, which appears to work unreliably, before you post to Usenet again.
Thank you very much in advance for observing all safety precautions.
Sincerely,
The Management
|
Dear Management,
ASP is not a programming language, but a platform. I am so sorry you were misinformed by us about that.
Downloading using an ASP platform language is simple:
<% response.redirect "myFile.txt" %>
One could also use a stream.
Nanosoft Inc. |
| |
| | | Álvaro G. Vicario |  |
| Posted: Thu May 29, 2008 8:05 am Post subject: Re: download file |  |
vinodkus@gmail.com escribió:
| Quote: | I have to write a code for download file using asp. please help me thanks in advance
|
I've found this article that explains how to do it in classic ASP and VBScript:
LINK
It should not be too difficult to convert it into JavaScript, just replace stuff like:
Response.Clear
.... with
Response.Clear();
If your question is about ASP.NET then I have no idea xD
BTW, I never see questions about ASP in this forum. I guess you'll find better advice in an ASP-specific newsgroup.
-- -- LINK - Álvaro G. Vicario - Burgos, Spain -- Mi sitio sobre programación web: LINK -- Mi web de humor al baño María: LINK -- |
| |
|
|