valkr1e
Posts: 12
|
| Posted: 01/21/2005, 8:56 AM |
|
I'm trying to take a page with the upload component and add a checkbox list using the multi-select checkbox list code from the example pack, however, i keep getting the error " Cannot use Request.Form collection after calling BinaryRead."
so naturally, I try ung the form.field.value method, and it only stores the first value, ignores the rest. anyone give me some pointers here?
|
 |
 |
maggiemel
Posts: 75
|
| Posted: 04/06/2005, 12:08 PM |
|
Did you ever figure this out, valkr1e? I'm having the same problem and don't know how to fix it.
Thanks.
Mel
_________________
Melissa Cahill
http://www.hellcatmaggie.net/ |
 |
 |
maggiemel
Posts: 75
|
| Posted: 04/06/2005, 12:28 PM |
|
I did find something in the Persits Support web that recommended using "Upload.Form" instead of "Request.Form," but when I try that I get a message saying that the variable "Upload" is not defined. Confusing!
_________________
Melissa Cahill
http://www.hellcatmaggie.net/ |
 |
 |
|