If I post data to an asp page, I should be able to use the request object to access and manipulate that data, right?
The question is, how?
I've tried this
and i get the error 'Expected End of Statement' occurring on the MyStr = .... lineCode:Dim MyStr MyStr = Request.BinaryRead, Request.TotalBytes




Reply With Quote