uploadFile

Hi,

I want to change the way :uploadFile works (server side) - I have looked but cannot find the code.

If anyone knows where it lives that would be great.

:slight_smile:

Hi,

What are you needing to modify? Once core files have been edited, updates are no longer safe.

Cheers.

I see it sticks the image in files/ and adds a row to _file->uploads

I need to do extra stuff - i.e. add info to a database, resize the image etc.

probably i will just add one line onto the end of 778.php to call my code.

Hi,

What are you needing to modify? Once core files have been edited, updates are no longer safe.

Cheers.

I see it sticks the image in files/ and adds a row to _file->uploads

I need to do extra stuff - i.e. add info to a database, resize the image etc.

probably i will just add one line onto the end of 778.php to call my code.