Hi guys,
I have a simple form were the user enters personal information and attaches a file. Because of the attachment, I'm urged to include the statement: ENCTYPE="multipart/form-data" in the <form> tag. The problem is in the action file, were request.form is not working anymore. Any ideas???
I have a simple form were the user enters personal information and attaches a file. Because of the attachment, I'm urged to include the statement: ENCTYPE="multipart/form-data" in the <form> tag. The problem is in the action file, were request.form is not working anymore. Any ideas???