Attachement upload

Where do the attachement image of my items are saved in my database so i can dowload it automatically to all not doing one by one

Hi @Roger

Images of the items are stored on the server under public/private folder and path will be stored in the database(check image column in tabItem table).

@rohit_w look at this path


under the attach i cant find it on my machine

Those file paths are relative to your sites directory

If your frappe-bench folder is at /home/frappe/frappe-bench

then your all your public attachments are at

/home/frappe/frappe-bench/site_name/public

and private attachments at

/home/frappe/frappe-bench/site_name/private

@netchampfaris can you tell me how is the right way to put images to my items ??