ReadTimeout threw an exception when converting byte array to Stream

前端 未结 4 675
独厮守ぢ
独厮守ぢ 2021-01-20 06:33

I got this error

ReadTimeout = \'((System.IO.Stream)(ms)).ReadTimeout\' threw an exception of type \'System.InvalidOperationException\'.

M

4条回答
  •  余生分开走
    2021-01-20 06:55

    You should be careful about the type of image in database, if your image is too big then you must use LONGBLOB and not BLOB.

提交回复
热议问题