Hi,
I have the Multiple file uploader working a in a normal way, but I also have need to use for another function where by I add addition photos, i.e. I am not inserting a new record in the master table.
So I have tried to set the "insert into table" and the "files table" to the same table in my database, the automatically then greyed out the "unique column key" and "parent key field" options, but then this means the function does not know the primary key
The result of when you try to use it is that although the files are uploaded to the relevant folder on the server the DB entry is not created and error 3421 message is shown on the screen |
|
|