Upload a file without file Upload control - ASP.Net

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi All,

I need to upload an XML file via an client side ActiveX control. I
searched the web but everywhere got the samples of using file control alone.
How can I upload a file into my web server without using the <input type
="file" ....> control.

I need the same for Download also. Without displaying the Save as
dialog box. Why I am asking this is I am going to handle this with my Client
side ActiveX control.

If anybody does knows this, please help me. Thanks is advance.
 
Well, first you're going to need to either find or write an ActiveX control
that does what you want it to. Then you need to bone up on using ActiveX
Controls in HTML pages.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Everybody picks their nose,
But some people are better at hiding it.
 
I know, it can only be done by using ActiveX control. But, I am lacking the
knowledge of how to upload/download a file without using default IE support.
If you know how to do this, please tell me.
 
generally that would all be builtin to the control (ui/upload/download). you
just need to find/buy the control, and convince your users to install it.
the control will come with instructions for the html markup to host it.

-- bruce (sqlwork.com)
 

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

Back
Top