|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Article Discussion: HTTP File Download Without User Interaction Using .NET
HTTP File Download Without User Interaction Using .NET If you have any questions or comments about this article please post them here.
You can read the article here . |
|
#2
|
|||
|
|||
|
asp.net mas esta utilizando o VB6 !!!!
onde esta a função FileDownloadCtrl.downloadFile se não colocar download() após a função quem vai chama-la ? where is that the function FileDownloadCtrl.downloadFile of JavaScript ? if not call the function before declare, don't work. You say ASP.NET, but, use Java and VB6, only 8 lines in ASP.NET. How many peoples using JAVA + VB6 + ASP.NET ? what don't files for download ? T + |
|
#3
|
||||
|
||||
|
> where is that the function FileDownloadCtrl.downloadFile of JavaScript
The function downloadFile is a part of the ActiveX control FileDownloadCtrl which is created in VB... You create/compile the code for the ActiveX yourself (that's the VB code) The ASP portion is for the Server which sends the file. |
|
#4
|
|||
|
|||
|
Tank's
This code was very useful for me.
|
|
#5
|
|||
|
|||
|
macul: can you help me get this thing work. error says FileDownloadCtrl is undefined. i have the <object.. tag in my page, the jscript function, the cab file in the same folder. what else is wrong? also, is it possible to get the path where the file was saved?
|
|
#6
|
|||
|
|||
|
solved my prev. error but i have a new error saying the object doenst support the method.
|
|
#7
|
|||
|
|||
|
I only use part this code, look in :
URL t + MACUL |
|
#8
|
|||
|
|||
|
Hi,
I created the activex control and the web project, but when I run the application the response is sent to the browser (download.aspx) and not to the client's machine: how do I tell the application to use the control? Also, where is the javascript function "download()" being called in the htm file and how is this htm file used? And where will the file be saved in the client's machine? Lots of question, TIA, Vina |
|
#9
|
|||
|
|||
|
Ok, I got it, it works fine for me now, thanks a lot for the information. Maybe I would just suggest some extra explanation for beginners on how to use the control from the web page (the data flow). Thanks again,
Vina |
|
#10
|
|||
|
|||
|
Help
please any one explain me how this works this is important
|
|
#11
|
|||
|
|||
|
HTTP File download without user interaction using .NET
I am working in a similar module. The only difference is that it is not necessary that our client will have VB6 installed on his machine. How then can i download the files ?
Thanks in advance, Toral |
|
#12
|
|||
|
|||
|
Please I need information on how this works too
|
|
#13
|
||||
|
||||
|
have you read the article?
|
|
#14
|
|||
|
|||
|
I did read the article. But i'm not able to get it to work. I guess i'm missing something.Would be great if someone could elobarate and give me more detailed steps
Hari |
|
#15
|
|||
|
|||
|
This is very very urgent. So it would be great if someone could explain how to use the control from the web page
Thanks in advance hari |
|
#16
|
|||
|
|||
|
Should i run the htm file or the download.aspx.Please help
|
|
#17
|
||||
|
||||
|
You seem to have missed the second half of the article.
download.aspx is the script that sends the file. You need to make an ActiveX control to access the script. you need to make an HTML file to use the activeX control. From the article Quote:
|
|
#18
|
|||
|
|||
|
File download without user interaction
Quote:
|