5 Dec
2004
5 Dec
'04
11:55 p.m.
Forget the previous description, the problem seems to be somewhere else. I have a form that uses enctype="multipart/form-data" and executes functionA(self, REQUEST). When I add "return REQUEST" into this function I see that the file-element is not a FileUpload Object, but a simple string??
I found the cause: method="POST" was not set. Question is: Is that OK, I mean can FileUpload only be use with POST not with GET?
Yes, files can only be uploaded with POST, it's due to how HTTP works. -- Phillip Hutchings http://www.sitharus.com/ sitharus@gmail.com / sitharus@sitharus.com