bryan_is_south wrote: > It still doesn't appear to work, I added those lines that I stupidly > forgot to include (the enctype... as well as the MAX_FILE_SIZE). > File Uploads is set to On, so it should be working. > > The temporary directory for the files might be the problem... I > changed it to "/tmp" because in one of my PHP books they put that. > > I'm not exactly sure where this "/tmp" would be located though. > > Thanks, > -bryan
20080831 0938 GMT-6 Bryan, please respond below instead of on top of responses. In your php.ini you changed your upload_tmp_dir to where? I dont know the default on windows but when I was on XP I set up my development environment like this: C:\development\ C:\development\tmp And then my normal working files were C:\development\clientname\ so my tmp was where I set it up to be. Since this is your own computer you are working at then you can set it to be anyplace. Once you set this you have to restart apache before it reads the values in the php.ini. Wade