» Quick Links
You can make money on these forums
We Share profits with you
Google
Google Adsense
Google Adwords
YPN
Yahoo
MSN Search
Web Directories
Web Hosting
Web Hosting Offers
Hosting News
Suggestions
Link Building
Domain Names
PHP Forums
MySQL Forums
» More Links
OSP News
Reseller Hosting
Shared Hosting
Dedicated Servers
Google Adsense
Search Engine Marketing
Link Development
Affiliate Marketing


» Advertising
Multiple DC PR Check

Free SEO Tools


Go Back   Webmaster Forums > Website Developement / Programming > PHP Programming and Tips

PHP Programming and Tips Discuss about PHP programming and Share Tips. Ask questions about Scripting and Errors.

Reply
 
Thread Tools Display Modes
  #1  
Old 08-29-2006, 02:06 PM
6and9 6and9 is offline
OSP Starters
 
Join Date: Jul 2006
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
6and9 is on a distinguished road
Default Move Uploaded File on Windows

Hi, i'm having probs with the above on windows. move_uploaded_file does not work. I get a warning of: failed to open stream: Permission denied in ...

Now, i've asked my IT guy and he assures me i should have permission to write to the destination folder. Could it be anything to do with the paths i'm specifying? I'm using a full path to the destination folder. C:\inetpub...

Can anyone suggest any causes of this?

Thanks very much -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote
Revenue Sharing Ads ( ?):
  #2  
Old 08-29-2006, 02:08 PM
enron enron is offline
OSP Starters
 
Join Date: Jul 2006
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
enron is on a distinguished road
Default

You have write access, but does the webserver have write access? The webserver runs as a separate user for security reasons.

Another problem may be with your paths


PHP Code:
$source = "c:\windows";


will not work, \ is the escape character. you need to do

PHP Code:
$source = "c:\\windows"; -- This message may have been cut off and the rest will only be shown to members. To become a member, click here --
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Free File Storage Hosts vishnuthegreat Domains For Sale - Fixed Price/Offer 1 03-06-2007 08:31 AM
text file into textfile nirvana ASP forums and Tips 1 07-31-2006 04:57 PM
text file.... bono ASP forums and Tips 1 07-30-2006 11:47 AM
Opalis Achieves Certification for Microsoft Windows Server 2003 outsourcingplans Web Hosting Industry 0 01-26-2006 07:04 PM
Microsoft Windows and Office Now Live! outsourcingplans Web Hosting News 0 11-28-2005 01:44 PM


All times are GMT. The time now is 04:56 PM.