hello!
i'm new in the-scripts, and i'm new to javascript as well.
im making a project for school and i want the user to upload a picture
(which i will store in an array) .
i've tried
when i tried get the value of the filebox it gave me the file location.
i saved that file location in a variable and then i tried
- <img src="var"> and <img src="var.value" >
but it didnt work.
please help!!!
gab
i'm new in the-scripts, and i'm new to javascript as well.
im making a project for school and i want the user to upload a picture
(which i will store in an array) .
i've tried
when i tried get the value of the filebox it gave me the file location.
i saved that file location in a variable and then i tried
- <img src="var"> and <img src="var.value" >
but it didnt work.
please help!!!
gab
Comment