Javascript help !! Project needs completion. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Javascript help !! Project needs completion.

how would I add a functionality like add an image and a description to a html document of a social app im building.more to it, I need to be able to click and view the image like how on ( google.com/images). need help, I hope im clear.

2nd Sep 2017, 5:50 PM
Antony O. Onyango
Antony O. Onyango - avatar
5 Answers
+ 4
Use an <input type="file"> inside a form wich will be submitted, and handle the upload of it on server side...
2nd Sep 2017, 6:11 PM
visph
visph - avatar
+ 1
That's way too general :/ what do you want more precisely?
2nd Sep 2017, 5:52 PM
Dapper Mink
Dapper Mink - avatar
2nd Sep 2017, 6:10 PM
Dapper Mink
Dapper Mink - avatar
0
enable user to upload a file to their profile.image to be more precise. the description part I think I can find a way to work around that. but how to access their damn files!!! ..
2nd Sep 2017, 6:06 PM
Antony O. Onyango
Antony O. Onyango - avatar
0
input
2nd Sep 2017, 6:07 PM
Antony O. Onyango
Antony O. Onyango - avatar