Hello,
I have modified my Category table so that a file type is uploadable to a given directory on our server.
Only problem is that when I look in that directory I can't see any uploaded files.
I have changed the form type to enctype="multipart/form-data", so I do not see what else I could be missing. In the html of subcategory.html, I see the proper file name displayed next to the category, but the file is just not on the server...
What am I doing wrong?
Thank you
I have modified my Category table so that a file type is uploadable to a given directory on our server.
Only problem is that when I look in that directory I can't see any uploaded files.
I have changed the form type to enctype="multipart/form-data", so I do not see what else I could be missing. In the html of subcategory.html, I see the proper file name displayed next to the category, but the file is just not on the server...

What am I doing wrong?
Thank you
