Click here to Skip to main content
16,005,091 members
Home / Discussions / C#
   

C#

 
GeneralRe: string building Pin
spin vector14-Jul-06 6:31
spin vector14-Jul-06 6:31 
GeneralRe: string building Pin
Andrew Lygin14-Jul-06 6:57
Andrew Lygin14-Jul-06 6:57 
QuestionRemoving drop down choices based on dataset Pin
leckey14-Jul-06 6:04
leckey14-Jul-06 6:04 
AnswerRe: Removing drop down choices based on dataset Pin
led mike14-Jul-06 6:22
led mike14-Jul-06 6:22 
QuestionText and image effects Pin
seq-14-Jul-06 5:21
seq-14-Jul-06 5:21 
AnswerRe: Text and image effects Pin
Ravi Bhavnani14-Jul-06 6:12
professionalRavi Bhavnani14-Jul-06 6:12 
GeneralRe: Text and image effects Pin
seq-14-Jul-06 7:46
seq-14-Jul-06 7:46 
QuestionWeb Services Pin
Andrew Mercer14-Jul-06 4:19
Andrew Mercer14-Jul-06 4:19 
Hi,

My client requires the ability to download files from a remote Web server to up to 30 individual client desktop/laptop machines which could be any where in the country. A similar uploading requirement is also being requested.

To understand the WebRequest/Stream issues/handling in C# I have written a standalone Windows Application that successfully streams both data and files from the server that can be saved to the clients hard disk and used as required. I have also produced code that does the uploading process as well.

However all of these are driven from the client machine, ie: the user clicks a button on a client machine, a connection is made with the server and the upload/download process occurs once complete the client closes the connection. I am now moving this process on to use WebServices.

My question is this can WebApplications/WebServices be integrated/designed to allow the following scenario when downloading a file to the client:

1. User browses web pages on normal web site.
2. User sees file they wish to download to their OWN client machine.
3. User clicks link that finds file on server.
4. File streamed into suitable format.
5. Web server then either (i) calls local Web service running on its own machine and this web service is then able to contact the CORRECT client machine to stream the file/data to. Finally the web service on the web server closes the connection with the client. Or (ii) web server is able to call the client machine direct and stream the data/file etc...

[ Note: The upload process will still be driven by the client ]

Can any one advise whether this is possible with .NET..., any issues involved and possible examples/starting points.

I Have asked this on another newsgroup and not received an answer suggesting this is not possible.

Thanks in advance

Andrew
AnswerRe: Web Services Pin
Not Active14-Jul-06 4:48
mentorNot Active14-Jul-06 4:48 
Questionfile IO question (human readable) Pin
likefood14-Jul-06 4:10
likefood14-Jul-06 4:10 
AnswerRe: file IO question (human readable) Pin
stancrm14-Jul-06 4:22
stancrm14-Jul-06 4:22 
GeneralSupplement Pin
Ennis Ray Lynch, Jr.14-Jul-06 5:37
Ennis Ray Lynch, Jr.14-Jul-06 5:37 
GeneralRe: Supplement Pin
likefood14-Jul-06 9:04
likefood14-Jul-06 9:04 
GeneralSimple Pin
Ennis Ray Lynch, Jr.14-Jul-06 9:21
Ennis Ray Lynch, Jr.14-Jul-06 9:21 
GeneralRe: file IO question (human readable) Pin
likefood14-Jul-06 8:59
likefood14-Jul-06 8:59 
AnswerRe: file IO question (human readable) Pin
Gonzalo Brusella14-Jul-06 9:16
Gonzalo Brusella14-Jul-06 9:16 
QuestionBusiness Logic Layer - Location, Location, Location! Pin
martin_hughes14-Jul-06 3:46
martin_hughes14-Jul-06 3:46 
AnswerRe: Business Logic Layer - Location, Location, Location! Pin
Ennis Ray Lynch, Jr.14-Jul-06 5:40
Ennis Ray Lynch, Jr.14-Jul-06 5:40 
AnswerRe: Business Logic Layer - Location, Location, Location! Pin
Not Active14-Jul-06 6:44
mentorNot Active14-Jul-06 6:44 
QuestionChanging from an Interface to an Abstract Pin
joshp121714-Jul-06 3:39
joshp121714-Jul-06 3:39 
AnswerRe: Changing from an Interface to an Abstract Pin
Josh Smith14-Jul-06 3:48
Josh Smith14-Jul-06 3:48 
AnswerRe: Changing from an Interface to an Abstract [modified] Pin
J4amieC14-Jul-06 4:35
J4amieC14-Jul-06 4:35 
QuestionUsing Custom Controls in Designer from .cs source files Pin
Florian Storck14-Jul-06 2:45
Florian Storck14-Jul-06 2:45 
AnswerRe: Using Custom Controls in Designer from .cs source files Pin
Robert Rohde14-Jul-06 2:59
Robert Rohde14-Jul-06 2:59 
GeneralRe: Using Custom Controls in Designer from .cs source files Pin
Florian Storck14-Jul-06 3:13
Florian Storck14-Jul-06 3:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.