uploading file without users input

G

Guest

I need a way to upload a file to the server without any help from a user.
does anyone have an example i could use.

Thanks
 
P

Patrice

Is this a windows forms or an ASP.NET app ?

In most cases, you can't do that easily for safety reason (i.e. the user
will have to "agree" either by selecting the file or by installing soemthing
like an activex control, a Java applet, a .NET control etc...).

Patrice
 
G

Guest

Sorry, its asp.net

Patrice said:
Is this a windows forms or an ASP.NET app ?

In most cases, you can't do that easily for safety reason (i.e. the user
will have to "agree" either by selecting the file or by installing soemthing
like an activex control, a Java applet, a .NET control etc...).

Patrice
 

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

Top