when I do a select on teh webform_submitted_data table
select * from webform_submitted_data where nid=9515 and sid=1421;

the record where the image  give me the number 673   

nid     sid    cid   no    data
9515 1421  6     0     673

How does that finds the path of the uploaded file?

HELP?

On Tue, Oct 28, 2014 at 10:51 AM, Néstor <rotsen@gmail.com> wrote:
HI guys,

I am working with webform and so far so good but I am having the problem that when I createa form using webform and the form has a image upload I can not find the image url in the table.


I know where the images are on the server but nothing tells me which image goes with which submission.

If I edit the submission it shows the image path or URL but in the table where do I find this.
I do not see it in webform or webform_submissions o webform_submitted_data tables.

Where is the image url kept on the table?

thanks!!!