the problem was, i was expecting the file to be created in the same directory as the script (ie: the script is executed in the directory it resides in), but instead, it was in the root directory... :P
thanks for the help, though
Comment on Re: Re: Active State / IIS write problem
Just an FYI on security. If you are taking uploaded files and putting them on the system, make a directory to put these files in and only have that dir writable and make sure it is not executable. Also make sure to strip out all slashes from the filename so they can not attempt to drop files where ever on the system.