Update FileController.cs
This commit is contained in:
@ -546,9 +546,8 @@ namespace Oqtane.Controllers
|
|||||||
file.ImageHeight = image.Height;
|
file.ImageHeight = image.Height;
|
||||||
file.ImageWidth = image.Width;
|
file.ImageWidth = image.Width;
|
||||||
}
|
}
|
||||||
|
stream.Close();
|
||||||
}
|
}
|
||||||
|
|
||||||
stream.Close();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return file;
|
return file;
|
||||||
|
Reference in New Issue
Block a user