+ 1
Can i insert an image from desktop? Or it can only been insert from the web?
4 Answers
+ 10
What good is it to insert an image from your desktop? It cannot be accessed if your computer is shut down...
+ 3
display an image from your desktop will only work while you are using localhost, to let others peoples see it you would need to manage your ports fowarding, convert your own computer into a small server and that would not be safe. And as Tashi N said you would need to keep your computer turn on non stop.
The plan B would be to buy a N.A.S and make it accessible by everyone to see your images...
+ 3
thank you every one.....but i meant like what Ahmad said .....thank you Ahmad that what i wanted ti know
+ 2
if you mean to get an image from your PC as drag & drop to site OR upload it as site is working it's available in 2 ways
1st from front end use HTML, CSS, JS and jQuery
here's an example for it
https://css-tricks.com/drag-and-drop-file-uploading/
2nd is from backend it's done by the development language you use as ASP.NET ,PHP ...