First i like to tell you that i love the PHPRad very much. It is a Exelent job done there.
I have a problem that when i upload a file, that PHPRad saves the path with the file name.
Example: uploads/files/a60bfedb5d2bbade2.pdf This is saved in the field of the database.
Is it possible to save only the name without the path? That is more easy in case you need to move the files to a new location on your website.
So when you change in PHPRad the upload path to this new location and have moved the file to that place, everything is working directly without changing all the fields to set the new path.