[FX.php List] [OFF] Windows Temp permissions for uploading

BEVERLY VOTH beverlyvoth at gmail.com
Mon Nov 17 19:03:13 MST 2014


I haven't read the entire article. Does chmod() help?

<http://php.net/manual/en/function.chmod.php>
(I got there from here: <http://php.net/manual/en/features.file-upload.php>)

Beverly

On Nov 17, 2014, at 7:56 PM, Joel Shapiro <mail at jsfmp.com> wrote:

> Hi all
> 
> I've got a situation.  I'm uploading files via PHP to a Windows Server 2008 (IIS7).  The file is successfully uploading to C:\Windows\Temp and then successfully moving to an "uploads/" directory inside the site.  However, there's some kind of permissions problem on the file inside /uploads/.
> 
> If I point my browser to the uploaded file ("xyz.com/uploads/myFile.docx"), I get a "401 - Unauthorized: Access is denied due to invalid credentials." error.
> 
> If I manually move the same myFile.docx into the /uploads/ folder (via my Mac's Finder, not uploaded via PHP), then pointing to the file's URL (as above) successfully downloads the file.
> 
> This post:
> http://www.howyoudo.info/index.php/how-to-fix-windows-server-upload-file-inherit-permissions-error/
> *seems* like it should address this issue: "... The problem is when Windows copies that file, it keeps the temporary directory’s permissions and doesn’t inherit your web directory’s permissions."  But setting most of the existing Windows accounts/objects in Windows\Temp to Full Control doesn't fix the problem.
> 
> FWIW: This works fine on my Mac dev server.
> 
> Does anybody have any thoughts/suggestions?  Is there a specific account/object in C:\Windows\Temp that should be set a specific way?
> 
> TIA,
> -Joel
> 
> _______________________________________________
> FX.php_List mailing list
> FX.php_List at mail.iviking.org
> http://www.iviking.org/mailman/listinfo/fx.php_list



More information about the FX.php_List mailing list