File Upload and DownLoad

Ask a Question related to ASP.NET Web Services, Design and Development.

  1. #1

    Default File Upload and DownLoad

    I would like to create a .net web service for downloading and uploading a excel or text file

    How to do that? Is there any sample code / article available

    Thanks

    ---
    Posted using Wimdows.net Newsgroups - [url]http://www.wimdows.net/newsgroups/[/url]
    Karuppasamy Guest

  2. Similar Questions and Discussions

    1. File upload/Download/Remove/Progress
      I want to create multiple file upload and download and remove functionality in flash with php as server side scripting. Can you please suggest some...
    2. Upload Friendly (Multiple File Upload Applet)
      Title : Upload Friendly (Multiple File Upload Applet) Description : UploadFriendly is an easy to use Java Applet that will allow multiple file...
    3. Help with Upload & Download
      I can get the files to upload ok using this code i got from Macromedia website: <html> <head> <title>Upload File with ColdFusion</title> </head>...
    4. Upload/Download Files on Network File Server
      I was hoping that someone can give me step-by-step instructions to fix the following: We would like our ASP.NET application to utilize a central...
    5. File upload/download - help appreciated !!!
      hi everybody! I have a few thoughts about file uploading/downloading, through the browser. Heres what i want to do: When i click on the "upload...
  3. #2

    Default Re: File Upload and DownLoad

    Here's an example:
    [url]http://www.dotnetextreme.com/code/binaryupload.asp[/url]

    --
    Greetz

    Jan Tielens
    ________________________________
    Read my weblog: [url]http://weblogs.asp.net/jan[/url]


    "Karuppasamy" <siva_prakash75@-NOSPAM-hotmail.com> wrote in message
    news:ObL2XGB7DHA.2764@TK2MSFTNGP09.phx.gbl...
    > I would like to create a .net web service for downloading and uploading a
    excel or text file.
    >
    > How to do that? Is there any sample code / article available?
    >
    > Thanks
    >
    > ---
    > Posted using Wimdows.net Newsgroups - [url]http://www.wimdows.net/newsgroups/[/url]

    Jan Tielens Guest

  4. #3

    Default Re: File Upload and DownLoad

    Karuppasamy <siva_prakash75@-NOSPAM-hotmail.com> wrote in message news:<ObL2XGB7DHA.2764@TK2MSFTNGP09.phx.gbl>...
    > I would like to create a .net web service for downloading and uploading a excel or text file.
    >
    > How to do that? Is there any sample code / article available?
    Look into DIME and WS-Attachments. Here are some articles to get you
    started!

    Understanding DIME & WS-Attachments
    [url]http://msdn.microsoft.com/webservices/building/wse/default.aspx?pull=/library/en-us/dnwebsrv/html/dimewsattch.asp[/url]

    Sending Files, Attachments, and SOAP Messages via DIME
    [url]http://msdn.microsoft.com/msdnmag/issues/02/12/DIME/[/url]

    Fun with WS-Attachments
    [url]http://www.dotnetdashboard.com/DesktopDefault.aspx?tabindex=0&tabid=78[/url]
    (site appears to be down right now, but keep trying, it's a good
    article with complete source code)



    Scott Mitchell
    [email]mitchell@4guysfromrolla.com[/email]
    [url]http://www.4GuysFromRolla.com[/url]
    [url]http://www.ASPFAQs.com[/url]
    [url]http://www.ASPMessageboard.com[/url]

    * When you think ASP, think 4GuysFromRolla.com!
    Scott Guest

  5. #4

    Default Re: File Upload and DownLoad

    Jan, the article link you provided gives a good example for uploading
    files to an ASP.NET Web page, but if you want a Web Service to
    accept/return binary attachments, you need to use DIME and
    WS-Attachments (or create some custom solution).


    "Jan Tielens" <jan@no.spam.please.leadit.be> wrote in message news:<uFv2#zH7DHA.2472@TK2MSFTNGP10.phx.gbl>...
    > Here's an example:
    > [url]http://www.dotnetextreme.com/code/binaryupload.asp[/url]
    >
    > --
    > Greetz
    >
    > Jan Tielens
    > ________________________________
    > Read my weblog: [url]http://weblogs.asp.net/jan[/url]
    >
    >
    > "Karuppasamy" <siva_prakash75@-NOSPAM-hotmail.com> wrote in message
    > news:ObL2XGB7DHA.2764@TK2MSFTNGP09.phx.gbl...
    > > I would like to create a .net web service for downloading and uploading a
    > excel or text file.
    > >
    > > How to do that? Is there any sample code / article available?
    > >
    > > Thanks
    > >
    > > ---
    > > Posted using Wimdows.net Newsgroups - [url]http://www.wimdows.net/newsgroups/[/url]
    Scott Guest

  6. #5

    Default Re: File Upload and DownLoad

    I completely agree! DIME is a very nice solution, my solution is rather
    quick-and-dirty... :-)

    --
    Greetz,
    Jan
    __________________________________
    Read my weblog: [url]http://weblogs.asp.net/jan[/url]
    "Scott" <pkbapt2@go.com> schreef in bericht
    news:27181847.0402061743.1e81d401@posting.google.c om...
    > Jan, the article link you provided gives a good example for uploading
    > files to an ASP.NET Web page, but if you want a Web Service to
    > accept/return binary attachments, you need to use DIME and
    > WS-Attachments (or create some custom solution).
    >
    >
    > "Jan Tielens" <jan@no.spam.please.leadit.be> wrote in message
    news:<uFv2#zH7DHA.2472@TK2MSFTNGP10.phx.gbl>...
    > > Here's an example:
    > > [url]http://www.dotnetextreme.com/code/binaryupload.asp[/url]
    > >
    > > --
    > > Greetz
    > >
    > > Jan Tielens
    > > ________________________________
    > > Read my weblog: [url]http://weblogs.asp.net/jan[/url]
    > >
    > >
    > > "Karuppasamy" <siva_prakash75@-NOSPAM-hotmail.com> wrote in message
    > > news:ObL2XGB7DHA.2764@TK2MSFTNGP09.phx.gbl...
    > > > I would like to create a .net web service for downloading and
    uploading a
    > > excel or text file.
    > > >
    > > > How to do that? Is there any sample code / article available?
    > > >
    > > > Thanks
    > > >
    > > > ---
    > > > Posted using Wimdows.net Newsgroups -
    [url]http://www.wimdows.net/newsgroups/[/url]


    Jan Tielens Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139