Re: [PHP-WIN] WIN-IIS File Upload error

2003-11-13 Thread toby z
hay 1. check temp_uploads settings in ur php.ini 2. try this $userfile_name=$_FILES['userfile']['name']; //The original name of the file on the client machine. $userfile_type=$_FILES['userfile']['type']; //The mime type of the file, if the browser provided this information. An example woul

[PHP-WIN] WIN-IIS File Upload error

2003-11-13 Thread Vladimir Iahnenco
Hi, All, I tried to implement the file upload on a WEB server and run into the issue. 1.Test case 1. WinXp, IIS, localhost - no problems. 2. Test case 2, Win2000, IIS, remote PC. The error log, print_r $_FILES, and source follow below. I saw some notes about the sharing. I tried to set tmp and Doc