0
I would like to create a webpage where I can upload my documens and homework. How can I do it?
3 Respuestas
+ 4
Yup. It's as simple as uploading it to your server. I've only had to do this once, so I can't speak on all methods, but I was able to VERY EASILY do this with PHP.
I won't be typing out code for you, but you can easily google code snippets for this if you don't feel like learning all of the things required. If not, learn PHP and you'll understand how to do this by the time you're done.
*EDIT*
Okay, I'm being nice, don't tell anyone. I have my street rep to protect.
https://www.w3schools.com/php/php_file.asp
https://www.w3schools.com/php/php_file_open.asp
https://www.w3schools.com/php/php_file_create.asp
https://www.w3schools.com/php/php_file_upload.asp
+ 2
You're more than welcome! It's all a lot of fun to learn, so enjoy it along the way! :) I would learn SQL/MySQL while you're at it, and then you can easily keep a database on your server to store information (such as user accounts, keeping track of their uploaded files, etc...)
Best of luck to ya!
+ 1
thank you for the answer. Actually i just started to code a month ago and I'm learning html at the moment. After i finish html css and JavaScript course I'll have a look at PHP 😁