Unfortunately solved problem 2 days after I did a workaround!!

December 12, 2001 by Mike Wintersgill

Can you use UploadFormRequest as a collection?

i.e. in the same way you can use ' myStr = Request.Form ' which will populate myStr with the entire Form item/value pairs, can you use ' myStr = UploadFormRequest '?

 

This should be moved to 2.0

February 19, 2002 by Marc Miles

I was just having this issue, and didnt have a clue what to do.  I only found it becuase I looked in the FAQ for the older version.  So move this on up to the new version as well.  :)

Also, I was able to do the following

CStr(Replace(UploadFormRequest(MM_fields(i)), Chr(34), """"))

RE: This should be moved to 2.0

February 22, 2002 by George Petrov
Done

RE: Unfortunately solved problem 2 days after I did a workaround!!

February 22, 2002 by George Petrov
No you can use it only as function call with the name of a single field as parameter.
See all 20 Comments