Re: Bug in HttpRequestFormPost - WeOnlyDo Discussion board

Re: Bug in HttpRequestFormPost (General questions)

by Saurabh, Thursday, November 24, 2005, 11:09 (6938 days ago) @ wodSupport

I would still call it a bug because FormPost(item).Value is writable and when you write to it the changes aren't reflected in the post.

Wouldn't it be better if you contruct the post string once only from the FormPost collection when you are actually ready to post (i.e. in the .Post method) instead of everytime FormPost.Add is called (which is redundant IMO)? This will take care of this bug.


Complete thread: