-3

i am building my own personal website, mainly for hobby photography. So the main content are images. I use html and css, i have some experience in this. (I don't have the opportunity to use a CMS.) But i am looking for an option to add images to my website without using an ftp login and editing the code. The reason is that i want to update my image gallery on my website from any device from anywhere.

Is it possible to insert an upload function to my website that automatically implements the image to the html code of the gallery. There should only be e.g. a new -tag with a specific class and the tag in between.

A passwort request before accessing the upload function would be nice.

How is this possible, which programming skills do i need to learn for that?

Thank you

Ludwig
  • 1

1 Answers1

-2

which programming skills do i need to learn for that?

My suggestion is PHP - although there are plenty of others. Search for "languange for cms" first, then pick one. Then search for tutorials on file handling or how to do a guestbook in this language - they might be a reasonable level between beginners and somewhat cms-like. You'll notice that the job you want get done is a pretty big thing already (e.g. security concerns). If after that (learning about all this stuff) you're still confident doing this, you will be able to answer yourself whether and how it's possible to upload and automatically implement images the way you want.

Holzchopf
  • 263
  • 1
  • 10
  • Please don't post such opinions as answers. There are dozens (hundreds?) of ways to approach this problem, and many language choices. Why php? Why not a dozen other languages? Point being, "choose PHP" isn't an answer. Perhaps it's they way you would approach it, but this is not objective. – David Makogon Aug 11 '18 at 08:49
  • Yes there are dozens of other languages available that could do the same job. My point is: You shouldn't just think "hey, I'm gonna learn a new language and write a cms myself." It *could* work out really badly. – Holzchopf Aug 11 '18 at 10:43