can we make uploads into cloud storage using html5 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

can we make uploads into cloud storage using html5

11th Jun 2016, 6:29 AM
p s varma
p s varma - avatar
2 Answers
0
You can't. HTML's only purpose is to define the STATIC CONTENT of a webpage. HTML cannot DO anything. For file uploads, you'll need server side code, such as PHP.
11th Jun 2016, 8:39 PM
Gabe Rust
Gabe Rust - avatar
0
If your cloud provider provider direct link of images then yes. Example in forums for signatures most people dont upload pics to that forum, they use direct links. In simple words, If u get a direct link from your cloud server which entering in browser shows you image only then put that link in <img src=""......i hope you understood what i mean.
13th Jun 2016, 10:08 AM
SWAPNIL DATTARAY SASTE
SWAPNIL DATTARAY SASTE - avatar