Good day....
Currently working on the file upload section in our tool...
I select an existing row and edit it...then choose a file and upload it for processing...
So what "id" value in the "upload" array is the uploader expecting?
When uploading a file a reference will be entered in pgsql returning the unique fileid
which I use as the "id" value returning to file uploader...
But I see in the console:
uncaught exception: Unknown file id 5 in table files
When I return fixed 0 as id then it is fine...but won't work for multiple files....
thanks in advance
richard