Top "Filestream" questions

In .NET framework filestream exposes a Stream around a file, supporting both synchronous and asynchronous read and write operations.

FileUpload to FileStream

I am in process of sending the file along with HttpWebRequest. My file will be from FileUpload UI. Here I …

c# asp.net file-upload stream filestream
Streamreader to a relative filepath

I was wondering, if anyone could tell me how to point a StreamReader to a file inside the current working …

c# .net filestream
Python read stream

I need a very inexpensive way of reading a buffer with no terminating string (a stream) in Python. This is …

python filestream
FileStream and creating folders

Just a quick question. I'm using something like this FileStream fs = new FileStream(fileName, FileMode.Create); I was wondering whether …

c# filestream
C# FileStream : Optimal buffer size for writing large files?

Suppose I'm writing a couple of files to disk, between 2MB and 5GB. What are sensible buffer values for the …

c# size buffer filestream
FileStream vs/differences StreamWriter?

Question: What is different between FileStream and StreamWriter in .Net? What context are you supposed to use it? What is …

c# io filestream streamwriter
Read the actual contents of text file using FileStream and these options c#

I need to open a text file within C# using FileStream and with the options mentioned below var fileStream = new …

c# filestream
Read excel file from a stream

I need a way to read a Excel file from a stream. It doesn't seem to work with the ADO.…

c# asp.net excel file-upload filestream
How to create directories automatically using ofstream

I am now writing an extractor for a basic virtual file system archive (without compression). My extractor is running into …

c++ filestream
FILESTREAM feature is disabled

I have a database set up with FILESTREAM enabled on it (if you go to Properties\Advanced on the instance, …

sql filestream