Image uploader commits directly?

2
Hi, does the image uploader commit the images directly after the upload? I have a 1-1 relation betwen question and image and want to remove former images when I commit the new one. For whatever reason the new uploaded (and not commited yet?) image is on the list from the DB, why I remove ist from the list.   Any explanations? :D Thx!  
asked
1 answers
1

Hi Tjark,

According to what I have experienced while working with file documents & images, the object will get auto committed after uploading the file/content as it needs to be placed on the file server and be referenced by the object in the DB.

answered