How to read file file from client as stream

  • Thread starter Thread starter ad
  • Start date Start date
A

ad

We usually use FileUpload web control to get a file from client.
But the file must be save in the server's HD before we can read.

How can we get a file from clinet, an save it as stream in memory not in HD?
 
It's already a stream in memory. The FileContent property returns a
reference to the stream.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top