Do we have a website in which we could upload an image and get the data URL Of the image ???🤔 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 52

Do we have a website in which we could upload an image and get the data URL Of the image ???🤔

So that we can get the link and put that in our website. I Know The Way Of Dropbox, Drive And imgur But Without These Sources Do We Have Another (Website) For This Propose!?!😊✌🌹

31st May 2019, 5:03 PM
K͜͡ɩnɢ・ムzizi 🖤
K͜͡ɩnɢ・ムzizi 🖤 - avatar
19 Answers
+ 73
If you want more options you can always create your own free website and store your nice images there 😉. At some point you might need a good portfolio website with some reliable storage. An all in one solution to be independent from other parties. Just you and your hosting. I used wix.com for this purpose. I uploaded a .jpeg file for my "Sunflower Picture" code and it is still there. Works for me 👌. Sonic many beginners have similar problems with Google Drive. You see, Google gives them download page links not image links, hence they cannot use them in their IMG tags. I managed to get the "real" link but it expired within some time after I embedded it in my Sololearn code. (I don't know why) Here is the code: https://code.sololearn.com/WhmK5WE5bgSe/?ref=app
3rd Jun 2019, 7:54 PM
🇺🇦 Vitya 🇺🇦
🇺🇦 Vitya 🇺🇦 - avatar
+ 35
Thank You So Much From Your Help!!!🤜🤛 🌹😍💖🤩👌🤗👍😊✌🌹 Keep It Up!!! Good Luck!!!
1st Jun 2019, 9:57 PM
K͜͡ɩnɢ・ムzizi 🖤
K͜͡ɩnɢ・ムzizi 🖤 - avatar
+ 35
Founding Solutions Yeah That Is Working❗👌 Thank You So Much Dear Bro!!!🌹👍🤗😊🌹
6th Jun 2019, 7:58 PM
K͜͡ɩnɢ・ムzizi 🖤
K͜͡ɩnɢ・ムzizi 🖤 - avatar
+ 34
Brandon Ngacho Good To Know!!!(Thanks)❗🌹💖🤩👍🤗😊✌🌹
1st Jun 2019, 9:38 PM
K͜͡ɩnɢ・ムzizi 🖤
K͜͡ɩnɢ・ムzizi 🖤 - avatar
+ 11
What sort of link is given by Google Drive if not a direct link 🇧🇩 Ayan W41k3r [Some Days Left] ?
1st Jun 2019, 9:17 AM
Sonic
Sonic - avatar
+ 9
Google drive is not a good choice. Using Dropbox is easy. Google drive doesn't gives you direct link. And as I know, 000webhost is a platform for free website hosting. Not a cloud drive. This may help you : https://www.sololearn.com/discuss/1698665/?ref=app Have some 🍫🍧🍨
1st Jun 2019, 3:31 AM
Ayan Fox
Ayan Fox - avatar
+ 4
Yes, visit 000webhost.com
31st May 2019, 5:32 PM
Bug Slayer
+ 4
I recommend Dropbox, that's what I used.. Simple as upload file copy link replace last "0" with a "1" and you have a way to include images etc into your codes
1st Jun 2019, 9:03 AM
Premises
Premises - avatar
+ 4
Well, I have been making a website recently... and i was facing a similar problem. I found an easy fix, there is a website called Unsplash, that is an image sharing platfotm: more like instagram. But it is extremely useful bc as per their license, "Unsplash grants you an irrevocable, nonexclusive, worldwide copyright license to download, copy, modify, distribute, perform, and use photos from Unsplash for free, including for commercial purposes, without permission from or attributing the photographer or Unsplash. " you can create an account and publish your own photos. Or use someone else's photos.
1st Jun 2019, 1:14 PM
Brandon Ngacho
Brandon Ngacho - avatar
+ 4
Google drive, Dropbox and more...
1st Jun 2019, 3:43 PM
CodeFu
CodeFu - avatar
+ 3
Yes you can get many temporary data hosting web space for free just search for them As many here suggesting Dropbox g drive are common choices you can choose them also And to share the convenient link for it you can use link shorteners too which will reduce the size of link to great extent which will direct to your right content and short link will make look convenient
2nd Jun 2019, 6:10 AM
Prathamesh Khatavakar
Prathamesh Khatavakar - avatar
+ 2
https://ezgif.com/image-to-datauri
6th Jun 2019, 5:00 PM
Founding Solutions
Founding Solutions - avatar
+ 2
check this out bro
6th Jun 2019, 5:00 PM
Founding Solutions
Founding Solutions - avatar
+ 2
I would say you should create an other websites with WordPress or wix to store photos and copy their links to use on the site you are creating.
12th Jun 2019, 8:56 AM
Saim
Saim - avatar
+ 2
Placeholder.com
26th Aug 2019, 6:43 PM
Daniel Lister
Daniel Lister - avatar
+ 2
There is javascript api called File Reader. With File Reader you can upload files and read them as url!
11th Sep 2019, 9:34 AM
CodeFu
CodeFu - avatar
+ 1
<!DOCTYPE html> <html> <!-- created 2010-01-01 --> <head> <title>sample</title> </head> <body> <p>voluptatem accusantium totam rem aperiam.</p> </body> </html>
6th Jun 2019, 4:42 AM
Shir Panjshir
Shir Panjshir - avatar
0
just type in google : image to url
6th Jun 2019, 3:21 PM
Founding Solutions
Founding Solutions - avatar