Results 1 to 5 of 5

Thread: Sending Text Files To A Hosting Center

  1. #1

    Thread Starter
    New Member
    Join Date
    Dec 2010
    Posts
    13

    Sending Text Files To A Hosting Center

    Hello, I've stumbled across a problem which I don't know how to solve so I would like to ask for others help .

    In my Visual Basic 2010 project, I want to send a series of plain .txt files to somewhat of a database where they can be stored. The best way I can describe it is like an email system with attachments. The information that is being sent is not sensitive information therefore security doesn't matter, I would like to receive it and add it into a database. Is there any place where I can send these text files to in an email(attachment) like fashion but without needing to enter credentials first? If so, could you please assist me or guide me in the right direction?

    Sending the information through email would be swell, however this would require the user to first submit their email information which defeats the purpose of the what I'm trying to do.

    Thanks for any help that I may receive, it is very much appreciated!

  2. #2
    Master Of Orion ForumAccount's Avatar
    Join Date
    Jan 2009
    Location
    Canada
    Posts
    2,802

    Re: Sending Text Files To A Hosting Center

    If you are talking about sending files to a remote location, with WinForms, then you will probably be looking at web services:
    1. Will you have control over the client side?
    2. Will you have control over the sever side?
    3. Do you know how web services work?
    4. Have you ever created a web service?
    5. Do you know how to setup IIS 7.5 on your computer?

  3. #3

    Thread Starter
    New Member
    Join Date
    Dec 2010
    Posts
    13

    Re: Sending Text Files To A Hosting Center

    I'm not sure if that's what I want, I researched it a little on the internet and it seems like it is only for use on ASP websites. I want to transfer some text files through a Windows Application, am I able to do this using IIS?

  4. #4
    Master Of Orion ForumAccount's Avatar
    Join Date
    Jan 2009
    Location
    Canada
    Posts
    2,802

    Re: Sending Text Files To A Hosting Center

    With web services, yes, you can do this with a Windows Forms application. I have some applications that do this.

  5. #5

    Thread Starter
    New Member
    Join Date
    Dec 2010
    Posts
    13

    Re: Sending Text Files To A Hosting Center

    Cool, thank you . I wont ask you how to do it directly because I'm sure it would be a lengthly explanation however, could you link me to another resource where I might learn how? I've never user any web services before so the simpler it is the better . Thank you very much ForumAccount

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width