download file

V

vinodkus

dear sir/madam

I have to write a code for download file using asp. please help me
thanks in advance
 
E

Erwin Moller

(e-mail address removed) 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
 
T

Thomas 'PointedEars' Lahn

dear sir/madam

I have to write a code for download file using asp. please help me
thanks in advance

Dear (e-mail address removed),

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
 
E

Evertjan.

Thomas 'PointedEars' Lahn wrote on 28 mei 2008 in comp.lang.javascript:
Dear (e-mail address removed),

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

(e-mail address removed) escribió:
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:

http://www.bestcodingpractices.com/asp_force_file_download-2695.html

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Members online

Forum statistics

Threads
473,770
Messages
2,569,583
Members
45,072
Latest member
trafficcone

Latest Threads

Top