TheProjecter / osfilemanager

Automatically exported from code.google.com/p/osfilemanager
0 stars 0 forks source link

File failed to upload #52

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Login as a User
2. create a folder
3. upload a file

What is the expected output? What do you see instead?

File failed to upload '//test.jpg'

What version of the product are you using? On what operating system? On
what web host?
 osfilemanqager 2.2 is installed on a Windows 2008R2 Server used IIS 7.5 as the Webserver with PHP 5.3.19 and MySQL as the DB Server

Please provide any additional information below.

I can create users and folders but when I try to upload any file osfilemanager 
chrasched with "File failed to upload"

Original issue reported on code.google.com by f.ben...@googlemail.com on 11 Feb 2013 at 7:52

GoogleCodeExporter commented 9 years ago
Solved!

I found the Problem! PHP used the System- Temp- Folder "c:\Windows\Temp\". Only 
Administrators and the System Account have the permission to write in this 
folder, after I changed the permission for "Everyone" to write in this folder. 
It works!

Original comment by f.ben...@googlemail.com on 12 Feb 2013 at 6:07