|
 |
asp_components thread: Trouble making MS Internet Transfer Control 6.0 (SP4) work.
Message #1 by "Henri von Franquemont" <hvonfranquemont@m...> on Sat, 25 Aug 2001 16:34:48
|
|
Hello there,
I see that more people have the intention to build a site to allow their
users to upload files to a server. I do too and are trying to use MS
Internet Transfer Control 6.0 (SP4) for this task. I'll refer to it as
Inet1 like its default id.
I am getting really frustrated that all other ActiveX controls that I
include in my page download ok (by including the appropriate
codebase="http://activex.microsoft.com/controls/vb6/... in between the
<OBJECT> tags), but that, no matter what I do, the Inet1 control
absolutely refuses (correction: it seems to download, but not properly)
and only shows me a little block with a dot in it on the webpage and when
I subsequently press a button that triggers some of my code with the 'GET'
command to download, I get the message: "Error: Object doesn't support
this property or method: 'Inet1.Execute'". This suggests to me that it
hasn't registered properly.
What I do not understand is why I have no such problems with other
components such as ProgressBar etc. What am I doing wrong?
I am open to alternative solutions to up and downloading files to a server.
Thanks for your help in advance.
Henri
Message #2 by Robert Chartier <rchartierh@a...> on Sat, 25 Aug 2001 16:28:23 -0700
|
|
http://www.aspfree.com/devlinks/search.asp?catid=131
At 04:34 PM 8/25/2001 +0000, you wrote:
>Hello there,
>I see that more people have the intention to build a site to allow their
>users to upload files to a server. I do too and are trying to use MS
>Internet Transfer Control 6.0 (SP4) for this task. I'll refer to it as
>Inet1 like its default id.
>I am getting really frustrated that all other ActiveX controls that I
>include in my page download ok (by including the appropriate
>codebase="http://activex.microsoft.com/controls/vb6/... in between the
><OBJECT> tags), but that, no matter what I do, the Inet1 control
>absolutely refuses (correction: it seems to download, but not properly)
>and only shows me a little block with a dot in it on the webpage and when
>I subsequently press a button that triggers some of my code with the 'GET'
>command to download, I get the message: "Error: Object doesn't support
>this property or method: 'Inet1.Execute'". This suggests to me that it
>hasn't registered properly.
>What I do not understand is why I have no such problems with other
>components such as ProgressBar etc. What am I doing wrong?
>I am open to alternative solutions to up and downloading files to a server.
>Thanks for your help in advance.
>Henri
Robert Chartier
Author and Developer
xxx-xxx-xxxx
rob@a...
http://www.aspfree.com/devlinks
http://www.aspfree.com/authors/robert
http://www.aspalliance.com/nothingmn
|
|
 |