0

How can we get input( image from user ) in javascript

I want my users to post their image. Please tell me how should I do this

19th Dec 2019, 12:14 PM
Nakul Badwaik
Nakul Badwaik - avatar
2 odpowiedzi
+ 1
In HTML you can't for that you have to use php
19th Dec 2019, 7:46 PM
Abdol Hashimi
Abdol Hashimi - avatar
+ 1
If you mean get an image from user you can have them input a URL and save that. When you want to view it create an image with src of that.
22nd Dec 2019, 3:31 AM
YoBoi