This topic is locked

Option of copy of record in loads images

5/12/2010 11:20:38 PM
ASPRunnerPro General questions
A
alexandrelss author

Friends,
When I use the copy option on the registration page listing, because the images are not copied?
( )s

Sergey Kornilov admin 5/13/2010

If you use database-based images they won't be copied. I recommend to store images on file system while image names are stored in the database. In this case copy function will work the way you expect it to work.

A
alexandrelss author 5/13/2010

Sergey,
I created a directory where the images are recorded (../imagens/imagens/) and the database just burn the image name.
imoveis_settings.asp following line in the file where the definition contained in the folder.
------------------------------------------------------
setArrElement fdata,"FullName","foto1"

setArrElement fdata,"UploadFolder","../imagens/imagens/"
------------------------------------------------------
What did I do wrong?
Alexandre

Sergey Kornilov admin 5/13/2010

It's absolutely not clear what exactly the issue is. Try to rephrase it.