Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

I am getting the error Persits.Upload.1 error 800a0001, Request.BinaryRead Failed. What does it mean?

Error failed mean
0
10 Posted

I am getting the error Persits.Upload.1 error 800a0001, Request.BinaryRead Failed. What does it mean?

0

A. In most cases it means that your upload script calls the Request object prior to calling Upload.Save. You must never use Request.Form in your upload script, use Upload.Form instead.. It may also mean that your version of ASP is old and does not support the Request.BinaryRead method. See Q2 and Q3.

0
10

A. In most cases it means that your upload script calls the Request object prior to calling Upload.Save. You must never use Request.Form in your upload script, use Upload.Form instead. This error may also mean that your version of ASP is old and does not support the Request.BinaryRead method. See Q2 and Q3.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123