I have a table which just stores images and their names from user 
through upload field. [ mytable(image,name) ]
 
         Which are stored by default in uploads folder and which can be 
accessed by default download action.


         Now my question is that  If I manually put some images in upload 
folder now I want to insert these images into table but If Use insert 
command then i'm creating a new copy of existing image in upload folder.

         Can I insert the images which are in upload folder into table 
without a copy ?
 
         I mean I should be able to map the existing image in upload folder 
to mytable.image field. Can i Do that and How ?



Thanks,
Sampath

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to