The fileupload is returning a successful save message, but the directory itself is empty. using http://www2.xataface.com/documentation/ ... le-uploads as a reference, I preferred method 2:Storing files on the file system. I created a field, tableAFile, in the database table.
My field.ini for tableA looks like this
[tableAFile]
Type = container
widget:type = file
In tables/tableA directory, I created another directory called tableAFile, which is the default savepath directory. I gave the users full control just to be sure it wasn't a permissions issue, but I still get an empty directory after saving a file. Any ideas what the problem may be?