Cannot call BinaryRead after using Request.Form collection
I changed something in one of the upload files to cause the above error message. Anyone have an idea where I should start looking? I checked a couple of different versions of pop_upload_new and they both resulted in the error (but in differing follow-up pages and line numbers). So that page can be eliminated as the cause.
I can't remember if that is something with displaying the html at a certain point or something to do with the objects within the collection. It's been a while. I'll try to remember more specifically. What lines/files are you dealing with? pop_upload? There are some others there too. I worked through this once before.
There are two ways that code can work. One it could save it to memory which hogs up resources. The other way is to save the file to the hard drive and then reprocess it. That's where you can get your effects on your images like reduction in size, pixels, watermarking whatever. I think I had to reword the code because what I was trying to do, or the way it was written, was it was trying to pull one specific field from the collection, but the collection was not written that way. If you want to pull just one field out, you have to set up the collection differently before it is collected. I know that sounds like blah. It's still a little fuzzy. LOL!
It sends from one version of "pop_upload_new.asp" to "inc_uploaddefault.asp" and errors on line 4. The other version sends to "outputfile.asp" and errors on line 76. Both used to work.
What have you been recently doing regarding anything connected to those files?
I came across that error once, if memory serves correctly, when I was trying to add a header to pop_upload.asp ... There were two errors I was dealing with at the time. I'm not sure if that's the correct scenario.