Ask a Question related to ASP.NET General, Design and Development.
-
majiofpersia #1
webservices filestream
Hi Everyone and thanks in advance,
I am trying to create a webservices which will read a binary file and create
another file based on that first one and sends back the new file to the
client. The thing is that I don't want to at any time save this file on the
server ... I want to do all this in memory if possible. I have two
questions:
1) What do you think about this method? Specially if the clients are web
clients ... will this method effect the performance? Will it cause memory
problems for the web server?
2) Which namespaces should I use to achieve this? The System.IO class
FileStream doesn't seem to work with files residing in memory? To be
specific I want to work with a byte array data type ... how can I achieve
doing this?
Thanks once again for your help,
- Maji
majiofpersia Guest
-
New bie for webservices
Hi all, I have an project that involve different development team . Is it possible to have C#.Net and VB.Net inside the same web service? I read... -
Access is denied with FileStream object
Hi, I am writing a web service which contains a function that tries to open up a FileStream. When I try to do this I get the following error ... -
filestream binary
I am attempting to create a webservice that pushes back a binary file by request type.. Suggestions? -
SOS! I can't use COM in my webservices
i write a COM use PB9. The COM work well in a Windows Application(use in VS2003.net) But when i use it in a webservices, the COM can not work,the... -
FileStream through Webservices
Hi Everyone and thanks in advance, I am trying to create a webservices which will read a binary file and create another file based on that first...



Reply With Quote

