Option Files Uploaded By Customers Saved Where?

Hi,

My clients can upload there own file/image. But where on is it stored/saved? In which file/directory on the ftp? And in which database table?

How does the files get to the vendor?

Hi,

My clients can upload there own file/image. But where on is it stored/saved? In which file/directory on the ftp? And in which database table?

How does the files get to the vendor?

Please check files at this path : var/custom_files/order_data/{order_id}

File Name will save in : cscart_order_details table in extra column

Please check files at this path : var/custom_files/order_data/{order_id}

Thank you!

But I need to show the file name in the shopping cart. And at this point there is no order_data yet. I can only see a dir named sess_data.

File is located here:

var/custom_files/sess_data

File name store in the session (cart array). See the extra array of each item

http://prntscr.com/daepah

Thank you!

But I need to show the file name in the shopping cart. And at this point there is no order_data yet. I can only see a dir named sess_data.

As customer will place order file will be save at this path . please create a new order to check "order
_data"
folder. & whille order not placed it will be in sess_data folder

File is located here:

var/custom_files/sess_data

File name store in the session (cart array). See the extra array of each item

http://prntscr.com/daepah

Thank you so much! This really helped me!