A
Andrew
Hi all,
I am still getting into ASP/VB.net and have a concern about something I
see coming. Currently our entire website is classic ASP, yet the feelings
from on high is that we need to start looking into updating the site to
ASP.net. For the most part I am in favor of this, but I am concerned about
the ActiveX objects we are using. For example:
I needed to provide the means for a user to upload multiple files via a
webpage. To avoid issues with the HTML Form Input "File" tag, or using
expensive third-party controls, I simply wrote one in VB6 that could be
inserted directly into the ASP page. The secondary reason for this is that
there was no other way to see the files on the users computer -- VBScript or
JavaScript could only see files on the webserver. The user could then
select files needed, click a button, and whala...good to go.
But my question is, what do I do in ASP.net to replicate this? I
suppose I could use the same ActiveX Object, but I am thinking there must be
a .net solution, yes?
As I said, I am still getting my head around all the new (to me) stuff
in ASP.net, and would just like to know where/what I should be looking into
so I don't get off on a tangent. I know we will be updating our site, and I
would just like to be as prepared as I can be when that time comes.
Thanks!
-- Andrew
I am still getting into ASP/VB.net and have a concern about something I
see coming. Currently our entire website is classic ASP, yet the feelings
from on high is that we need to start looking into updating the site to
ASP.net. For the most part I am in favor of this, but I am concerned about
the ActiveX objects we are using. For example:
I needed to provide the means for a user to upload multiple files via a
webpage. To avoid issues with the HTML Form Input "File" tag, or using
expensive third-party controls, I simply wrote one in VB6 that could be
inserted directly into the ASP page. The secondary reason for this is that
there was no other way to see the files on the users computer -- VBScript or
JavaScript could only see files on the webserver. The user could then
select files needed, click a button, and whala...good to go.
But my question is, what do I do in ASP.net to replicate this? I
suppose I could use the same ActiveX Object, but I am thinking there must be
a .net solution, yes?
As I said, I am still getting my head around all the new (to me) stuff
in ASP.net, and would just like to know where/what I should be looking into
so I don't get off on a tangent. I know we will be updating our site, and I
would just like to be as prepared as I can be when that time comes.
Thanks!
-- Andrew