03-03-2015, 05:00 PM
I resolve the problem. The first thing is that the php_fileinfo.dll file that is included in the Windows PHP Installation package has a conflict when installed in Windows 7. To correct it, you need to download the extension only from the PHP site. Once you do that replace the current php_fileinfo.dll in your PHP directory with the current one you just downloaded. I downloaded my copy from:
http://www.opendll.com/index.php?file-do...c=fileinfo
Secondly I had to provide IUSR user a full access to Windows/Temp folder. If you do not do that the file will never upload and will believe you are trying to upload the TEMP folder which is where all files are stored in the meantime the process is completed.
These two things solved the problem.
Please mark as completed.
Thank you.
http://www.opendll.com/index.php?file-do...c=fileinfo
Secondly I had to provide IUSR user a full access to Windows/Temp folder. If you do not do that the file will never upload and will believe you are trying to upload the TEMP folder which is where all files are stored in the meantime the process is completed.
These two things solved the problem.
Please mark as completed.
Thank you.