I have an ASP File upload, PostedFile.InputStream
, it is giving us the System.IO.Stream
. Is this file stream similar to that of getting
System.IO.File.OpenRead("filename");
I have a Rackspace file content saver that gets the input as Stream, it's not getting the correct image displayed when used PostedFile.InputStream
.