views:

29

answers:

0

Hello!

I pass FileUpload.FileContent stream to some method as parameter. There I actually just copy this stream to other and that's all. Can I just leave this stream or I must close it somehow?