Jump to content

Uploading Images


Recommended Posts

Question...

When a customer uploads a file... where does it go? :wacko:

I don't see it in my server upload folder.

You don't say what version you have. Uploaded files go to upload folder, but their names is converted to a alphanumeric format w/o extension and a record of them is made in the DB. This DB record is how they are tracked/processed.

 

Do I have to configure it? If so then where do I configure it?

No configuration is necessary. You could, if you have a really good reason. /config/defines.inc.php

 

define('_PS_UPLOAD_DIR_', PS_ROOT_DIR_.'/upload/');

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...