form code
Your forum message titled "insert form code" in the 3rd forum message is missing the following code in the <form> area:
enctype="multipart/form-data"
Isn't that important? Can the upload complete without it?
By the way, I had a hard time getting a file to upload. I had to change the permission of the upload folder from 775 to 777 before file would upload. I think it has something to do with Apache not allowing PHP to write to the folder, because a ftp program has no problem writing to it. Does anyone know a better way to resolve this issue? Thanks, Rich


