Hi,
I have a custom field that is used to upload MP3 files to a directory.
I have verified that the files are uploaded into the correct place but when I use the field name in my template to output the path to the file the upload directory part is missing and the url points to a file that is in the root directory of the site.
For example:
http://www.mysite.co.uk/soundfilename.mp3
Is displayed and not what I expect which follows:
http://www.mysite.co.uk/uploads/mp3/soundfilename.mp3
If anyone has any idea what is wrong or has encountered a similar problem I would be very grateful for some advance.
Best…Jack