PDA

View Full Version : File Upload Folder


Jenny I
06-26-2009, 03:18 AM
Do I need to create the file upload folder before I apply Digital file pro?

If so will DFP ceate the security and read and write permissions for the folder. If not I have no idea how to do this can you advise me on whether DFP does all the security procedures, including place the folder in the safest place on the site root.

Also does DFP automatically create the file upload folder or do I have to manually create it?

Ray Borduin
06-26-2009, 06:22 AM
The php code will attempt to create the folder if it does not exist... but if there aren't adequate permissions on the parent folder it won't be able to create it. If the proper permissions are on the parent folder, then it will create the upload folder with the same permissions. Either way you need to be able to set the permissions on a folder on your server if they aren't correct and DFP will not help you with that.

You can place the folder wherever you want. Depending on how you are using it it may be inside or even out of your site root.

Jenny I
06-26-2009, 08:34 AM
can you please walk me through how i would set read and write permission. I have searched the web and cant find any info on this topic. Also what is the parent folder?