We have a classic asp application running for a long time but suddenly we are not to save few pages that has option to upload image. It throws the below error:
Persits.Upload.1 error '800a0001' Request.BinaryRead failed: Unspecified error
We have already installed the ASPUPLOAD key which does not expire.
We have also increased the AspMaxRequestEntityAllowed limit also which did not work.
set upobj = server.CreateObject("Persits.Upload")
upobj.save
We are getting error on upobj.save