Hello,
We have a small program that allows licensees around the world to submit requests to our home office. They complete the request on an ASP form (with an HTM page) over a https connection. One of the required fields is for upload. Starting in the last week, the page has begun to "misbehave" . I was able to recreate the problem and it looks like the form is not able to pick up the "request.fo rm" statements. I've done a little research and it appears that it might be the tag "enctype='multi part/form-data' in conflict with the attempt to use "request.fo rm" Two main questions, 1) what should I use instead of request.form and 2) why would it start complaining all of a sudden. Also, the error doesn't occur with every request, it is sporadic. Also, should note that we are using ASPSmartUpload and 2 months ago I needed to edit the IIS settings to increase file size - but I'm sure this is adifferent issue.
Any suggestions would be extremely helpful!
Julie
We have a small program that allows licensees around the world to submit requests to our home office. They complete the request on an ASP form (with an HTM page) over a https connection. One of the required fields is for upload. Starting in the last week, the page has begun to "misbehave" . I was able to recreate the problem and it looks like the form is not able to pick up the "request.fo rm" statements. I've done a little research and it appears that it might be the tag "enctype='multi part/form-data' in conflict with the attempt to use "request.fo rm" Two main questions, 1) what should I use instead of request.form and 2) why would it start complaining all of a sudden. Also, the error doesn't occur with every request, it is sporadic. Also, should note that we are using ASPSmartUpload and 2 months ago I needed to edit the IIS settings to increase file size - but I'm sure this is adifferent issue.
Any suggestions would be extremely helpful!
Julie
Comment