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.
5 Réponses
+ 4
Use an <input type="file"> inside a form wich will be submitted, and handle the upload of it on server side...
+ 1
That's way too general :/ what do you want more precisely?
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!!! ..
0
input