Jump to content

Corinne

New Members
  • Posts

    3
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

Corinne's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I want to upload a file in the image-folder: $nameoffile=basename($_FILES['imagefile']['name']); $file_dir="/Users/myname/Sites/mysite/images/"; if size and type is OK (which it is) then: move_uploaded_file($_FILES['imagefile']['tmp_name'], $file_dir.$nameoffile) or die ("filen laddas inte".$file_dir.$nameoffile); I hope I copied the code correctly now, but when it dies I can see that the directory seems correct, and I have no idea why it all dies... Now I need some sleep, but I'll check your answer tomorrow of course! Thank you very much!
  2. Yes, I have written /home/myusername/Sites/mysitename/images/ and I also tried /Users/myusername etc and the file that is in tmp-dir. won't move to that. Either the path is wrong or permission is wrong. What kind of permissions may there be? Thanks! [!--quoteo(post=375888:date=May 22 2006, 01:14 AM:name=neylitalo)--][div class=\'quotetop\']QUOTE(neylitalo @ May 22 2006, 01:14 AM) [snapback]375888[/snapback][/div][div class=\'quotemain\'][!--quotec--] If I understand correctly, you're asking about your home directory - check in /home/your_user_name. [/quote]
  3. Hi, I'm trying to locate my local path for file uploading. I use php and MySql on a Mac, running MacOS 10.3, and using this machine as my staging server. How can I find my local path? Can it be a permission problem? I have tried User/me/and so on and it does not work. Thanks in advance, Corinne
×
×
  • 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.