hy.
I want to ask when I make additional projects in a project.
for example I make a table car
file id
file upload type and image view.
run and there are some images already saved.
but I made a document table with the same table structure as the table car. When adding the same menu,
why isn’t the image table loaded in the car table?
image onlist page.
not showing. after updating and generating. list image previous contents not uploaded. must re-input. is that so?I use PHPMaker 2019. Thank you
newbiephp wrote:
must re-input. is that so?Yes, it is.
hmm … there is no other way? the problem is that the data input by the user is already too much
Why didn’t you use “Row_Inserted” server event that belongs to the cars table to insert the same record into your document table?
the consideration is the performance during the add process. so it doesn’t take too long. can you use the asyncronous when the add process? thanks
Have you already tried by yourself using “Row_Inserted” server event? Have you already tested its performance itself?
a little bit slow. then what if using row_inserted do I also have to display the second money ditable list?
newbiephp wrote:
do I also have to display the second money ditable list?What “the second money” did you mean?
what I mean is the record is not deleted, only the image does not appear in the list.thanks