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.
System.IO.Stream. Can you show the code that you use to read the data? A common mistake for example is ignoring the return value when using theReadmethod.