Upload file

  • Thread starter Thread starter David Perez Essenwanger
  • Start date Start date
D

David Perez Essenwanger

Hi there,

I already have a web application that uploads one file to a server. What
I would like to do is to create an scheduled task so it can be done
automatically. is there any way by using c# to achieve this?. Is there
any way to build an exe application that would be able to invoke the web
application to upload the file?

Any help would be appreciated.

Thank you very much.

David
 
Sure, you can just run it using a Timer and invoke it from the routine you
call within there.
 
Thank you for your response. however, is there any class that would
allow me to invoke a URL from a windows application passing the
respective parameters?

Thanks in advance
 

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