This topic is locked

Copy record with image

12/6/2010 9:20:53 PM
PHPRunner General questions
D
Dale author

If anyone can point me to a post with this that would be great. I searched and couldnt find any relatedpost.

I am using COPY on a record that has an image in the record.

THe copy works perfect except the image and the image thumbnail do not copy into the new record.

I know it is overhead in the database, but I need the images for the list views.
What can I do do grab both the image and the image thumbnail from the record I am copying to the new record.

Sergey Kornilov admin 12/7/2010

It's possible to copy image after copy of record is saved. It's not possible though to 'prefill' upload field because this requires you to select a local file.

D
Dale author 12/7/2010

Thanks Sergey,

Gives me a place to start.