Where Streamed file stored ( transferMode="Streamed") in WCF
-
hi, I created an application for uploading file from client to server. My service is hosted on IIS and client is web application (ASP.net 2.).Every thing works fine. I would like to know .......... 1) How to maintain transaction while file uploading from client to server:- Suppose I upload 1 GB File from client to server, in the mean while, networks connection broken .Then In this condition what will happen? file upload partially on server or not. 2) File upload conformation :- Suppose file uploaded on server successfully, Can service tell to client that your file uploaded successfully means confirmation. 3) Where stored stream file:- Suppose I GB file upload on server.I want to where stream stored ? in RAM or hard disk or Network. If stream file stored on network .so it will affect on bandwidth of network . These are the doubts.Please help me to clarify . So that I can build small utility for uploading and downloading file over HTTP. Regards, Rajesh Enviroment :- OS -Win XP,ASP.net 2.0 ,IIS 5.1 rajesh
rajesh