System.ArgumentException: Parameter is not valid

前端 未结 3 640
囚心锁ツ
囚心锁ツ 2020-12-20 14:43

I have a page that sends html5 canvas data, encoded as a base64 bmp image (using this algorithm http://devpro.it/code/216.html) to a serverside process that converts it into

3条回答
  •  不思量自难忘°
    2020-12-20 14:56

    This could happen if sf contained invalid image data. Verify the validity of the data you're passing into the stream, and see if that fixes your issue.

提交回复
热议问题