Ask a Question related to ASP.NET Web Services, Design and Development.
-
Karuppasamy #1
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
-
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... -
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... -
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>... -
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... -
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... -
Jan Tielens #2
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...excel or text file.> I would like to create a .net web service for downloading and uploading a>
> 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
-
Scott #3
Re: File Upload and DownLoad
Karuppasamy <siva_prakash75@-NOSPAM-hotmail.com> wrote in message news:<ObL2XGB7DHA.2764@TK2MSFTNGP09.phx.gbl>...
Look into DIME and WS-Attachments. Here are some articles to get you> 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?
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
-
Scott #4
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...> excel or text file.> > I would like to create a .net web service for downloading and uploading a> >
> > 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
-
Jan Tielens #5
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...news:<uFv2#zH7DHA.2472@TK2MSFTNGP10.phx.gbl>...> 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 messageuploading a> > 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[url]http://www.wimdows.net/newsgroups/[/url]> > excel or text file.> > >
> > > How to do that? Is there any sample code / article available?
> > >
> > > Thanks
> > >
> > > ---
> > > Posted using Wimdows.net Newsgroups -
Jan Tielens Guest



Reply With Quote

