How to get data (read file) chosen in FileUpload control without FileUpload.SaveAs Method on the server? Is it possible write it at once to some object?
How to get data (read file) chosen in FileUpload control without FileUpload.SaveAs Method on
Share
Using
FileUpload.FileContentgives you aStreamto work with.See MSDN.
For example: