View Full Version : Another quick question.
InNeedofHelp
03-27-2008, 10:35 PM
If i'm using a simple file upload script (something you can find just by googling), where the file upload process uses the move_uploaded_file to move the file into a folder "/uploads/". Do I need to go into my server manager and create the uploads folder before the file upload will work? Or will it make the folder for me the first time I use the script?
thetestingsite
03-27-2008, 10:45 PM
It all depends on the script. Some scripts will test to see if the folder is there and create (as well as chmod) if it does not exist already. Your best bet would be to create the folder and chmod it to the appropriate permissions before running the script.
Hope this helps.
boogyman
03-28-2008, 12:55 PM
you are experienced enough, please use proper titles. If you need help you can review the Policies and Regulations (http://dynamicdrive.com/forums/showthread.php?t=24866) when posting
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.