path - Upload image directly from the desktop in CSS on Formstack -


i need upload image using css. image store inside folder(x) on desktop. need upload image directly desktop

.fsbody .fsform {     background-image: url('c:\users\accountant\desktop\x\test.jpg'); } 

image seems not upload directly form. image jpeg format.

if image want use going set background image, put directly in folder creating project in. move in there dragging inside.

.fsbody .fsform { background-image: url('folderlocation'); } 

the issue way referencing location when upload project folder image not in folder on separate location. therefore has no way of finding it.