uploading file without users input

  • Thread starter Thread starter Guest
  • Start date Start date
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
 
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
 
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
 
Back
Top