Jump to content

Recommended Posts

How do you move files from a sub domain to a main domain?  It gives me an error and won't allow it even though I've changed my folder permission to 777. 

 

move_uploaded_file($_FILES["file_name"]["tmp_name"],"http://www.maindomain.com/titles/$new_file_name" );

 

It works though if I make the paths relative to the sub-domain.  (I've got a development server dev.maindomain.com and all the paths are relative...so I made all absolute paths to write to but it doesn't work.  I'm linuxed based..)

 

:-[

 

Nathan

Here's the error:  :P

 

Warning: move_uploaded_file(http://www.mydomain.com/titles/a5eeb0c9dea193531ddd45d2d2e0acc9_welcome.swf) [function.move-uploaded-file]: failed to open stream: HTTP wrapper does not support writeable connections. in /var/www/vhosts/mydomain.com/subdomains/dev/httpdocs/upload.php on line 541

Figured out the problem:

 

Yeah when you write you can't use HTTP headers.  You have to use the local file path name: EG

 

/var/www/vhosts/yourdomain.com/httpdocs/folder/$new_file_name

 

UGH now I'm getting a SAFE MODE error.  I seriously hate SAFE MODE. lol

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.